Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-24783 (GCVE-0-2024-24783)
Vulnerability from cvelistv5 – Published: 2024-03-05 22:22 – Updated: 2025-02-13 17:40- CWE-476 - NULL Pointer Dereference
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | crypto/x509 |
Affected:
0 , < 1.21.8
(semver)
Affected: 1.22.0-0 , < 1.22.1 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-24783",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-03-06T18:26:26.163411Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-11-05T16:57:46.952Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-01T23:28:12.597Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/65390"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/569339"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240329-0005/"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/x509",
"product": "crypto/x509",
"programRoutines": [
{
"name": "Certificate.buildChains"
},
{
"name": "Certificate.Verify"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.21.8",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.22.1",
"status": "affected",
"version": "1.22.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "John Howard (Google)"
}
],
"descriptions": [
{
"lang": "en",
"value": "Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-476: NULL Pointer Dereference",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-05-01T17:09:42.854Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/65390"
},
{
"url": "https://go.dev/cl/569339"
},
{
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240329-0005/"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
}
],
"title": "Verify panics on certificates with an unknown public key algorithm in crypto/x509"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-24783",
"datePublished": "2024-03-05T22:22:26.647Z",
"dateReserved": "2024-01-30T16:05:14.757Z",
"dateUpdated": "2025-02-13T17:40:23.803Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-24783",
"date": "2026-05-29",
"epss": "0.00602",
"percentile": "0.69851"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-24783\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-03-05T23:15:07.683\",\"lastModified\":\"2024-11-21T08:59:41.620\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.\"},{\"lang\":\"es\",\"value\":\"La verificaci\u00f3n de una cadena de certificados que contiene un certificado con un algoritmo de clave p\u00fablica desconocido provocar\u00e1 que Certificate.Verify entre en p\u00e1nico. Esto afecta a todos los clientes cripto/tls y a los servidores que configuran Config.ClientAuth en VerifyClientCertIfGiven o RequireAndVerifyClientCert. El comportamiento predeterminado es que los servidores TLS no verifiquen los certificados de los clientes.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/08/4\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/569339\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/65390\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-2598\",\"source\":\"security@golang.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240329-0005/\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/08/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/cl/569339\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/issue/65390\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-2598\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240329-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/issue/65390\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/cl/569339\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-2598\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240329-0005/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/03/08/4\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T23:28:12.597Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-24783\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-03-06T18:26:26.163411Z\"}}}], \"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\": \"2024-05-23T19:01:16.110Z\"}}], \"cna\": {\"title\": \"Verify panics on certificates with an unknown public key algorithm in crypto/x509\", \"credits\": [{\"lang\": \"en\", \"value\": \"John Howard (Google)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"crypto/x509\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.21.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.22.0-0\", \"lessThan\": \"1.22.1\", \"versionType\": \"semver\"}], \"packageName\": \"crypto/x509\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Certificate.buildChains\"}, {\"name\": \"Certificate.Verify\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/65390\"}, {\"url\": \"https://go.dev/cl/569339\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-2598\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240329-0005/\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/03/08/4\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-476: NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2024-05-01T17:09:42.854Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-24783\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:40:23.803Z\", \"dateReserved\": \"2024-01-30T16:05:14.757Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2024-03-05T22:22:26.647Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2024:3617
Vulnerability from csaf_redhat - Published: 2024-07-01 00:52 - Updated: 2026-05-30 08:33A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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": "Kube Descheduler Operator for Red Hat OpenShift 5.0.1 for RHEL 9\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives a\ndetailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Kube Descheduler Operator for Red Hat OpenShift is an optional\noperator that deploys the descheduler, which is responsible for\nevicting pods based on certain strategies.\n\nSecurity Fix(es):\n\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)",
"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-2024:3617",
"url": "https://access.redhat.com/errata/RHSA-2024:3617"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "WRKLDS-1059",
"url": "https://issues.redhat.com/browse/WRKLDS-1059"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3617.json"
}
],
"title": "Red Hat Security Advisory: Kube Descheduler Operator for Red Hat OpenShift 5.0.1 for RHEL 9",
"tracking": {
"current_release_date": "2026-05-30T08:33:17+00:00",
"generator": {
"date": "2026-05-30T08:33:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:3617",
"initial_release_date": "2024-07-01T00:52:46+00:00",
"revision_history": [
{
"date": "2024-07-01T00:52:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-01T00:52:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T08:33:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "KDO 5.0 for RHEL 9",
"product": {
"name": "KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:kube_descheduler_operator:5.0::el9"
}
}
}
],
"category": "product_family",
"name": "Kube Descheduler Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"product": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"product_id": "kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b?arch=amd64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/descheduler-rhel9\u0026tag=v5.0-31"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"product_id": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89?arch=amd64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-operator-bundle\u0026tag=v5.0-23"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"product_id": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351?arch=amd64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-rhel9-operator\u0026tag=v5.0-28"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"product": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"product_id": "kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0?arch=s390x\u0026repository_url=registry.redhat.io/kube-descheduler-operator/descheduler-rhel9\u0026tag=v5.0-31"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"product_id": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821?arch=s390x\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-operator-bundle\u0026tag=v5.0-23"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"product_id": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8?arch=s390x\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-rhel9-operator\u0026tag=v5.0-28"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"product": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"product_id": "kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f?arch=ppc64le\u0026repository_url=registry.redhat.io/kube-descheduler-operator/descheduler-rhel9\u0026tag=v5.0-31"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"product_id": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360?arch=ppc64le\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-operator-bundle\u0026tag=v5.0-23"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le",
"product_id": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac?arch=ppc64le\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-rhel9-operator\u0026tag=v5.0-28"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"product": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"product_id": "kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d?arch=arm64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/descheduler-rhel9\u0026tag=v5.0-31"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"product_id": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab?arch=arm64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-operator-bundle\u0026tag=v5.0-23"
}
}
},
{
"category": "product_version",
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"product": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"product_id": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35?arch=arm64\u0026repository_url=registry.redhat.io/kube-descheduler-operator/kube-descheduler-rhel9-operator\u0026tag=v5.0-28"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64 as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64"
},
"product_reference": "kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x"
},
"product_reference": "kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64 as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64"
},
"product_reference": "kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le"
},
"product_reference": "kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64 as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64 as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64 as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64 as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"relates_to_product_reference": "9Base-KDO-5.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le as a component of KDO 5.0 for RHEL 9",
"product_id": "9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
},
"product_reference": "kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le",
"relates_to_product_reference": "9Base-KDO-5.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:52:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3617"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"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": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:52:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3617"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"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": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:52:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3617"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:52:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3617"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:52:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3617"
},
{
"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": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"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": [
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:587190a7b65ea56ce257ae486c0faa6616290fa39f81431359dc2b2d78521b4b_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:62da135a18b602beeef94dcf035d637b149206d017c83d7d630c5001795e1df0_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:664515e8e38df2bb2cb751e8c0870a1bcbbaf46e4feca86002b225c98610a40d_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/descheduler-rhel9@sha256:941359511dc5c78eada7f13f5800cb831bb00924e8007adf93201371f522ab6f_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:5041af3cc040d3e550599e6436bfddd1f449338bb54705273afbc8c4a0dde360_ppc64le",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:b26e5ebec8ffcfaf18c8c4acb8c25a71318ea7d3b372c9e3e170b6026a681a89_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:e4806d2fb547a29e2d33c8c6b2dd7ba2d0c3f23074384884b488077a19aa0bab_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-operator-bundle@sha256:ef62663d2e7fd44ea7705fc60471bfe504522c22e565fb975617eb0f03a2e821_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:0164ab8191aef77765861c677ab8c62ea648468e5be8283652b8200688e9cf35_arm64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:442e22a6292d7696a69d650f7e2f3873a3c3b947f70ccf16b97b70a2f6a7c9b8_s390x",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:93cca62bc492bb590667231b26eb5dd0b2c03d866e3035729029ad4bd7a2d351_amd64",
"9Base-KDO-5.0:kube-descheduler-operator/kube-descheduler-rhel9-operator@sha256:e60edf5aa0893cba72988c09ae340619accd37a7b171e2af873de37c44f449ac_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
}
]
}
RHSA-2024:3621
Vulnerability from csaf_redhat - Published: 2024-06-05 05:15 - Updated: 2026-05-30 08:33A race condition in go-resty can result in HTTP request body disclosure across requests. This condition can be triggered by calling sync.Pool.Put with the same *bytes.Buffer more than once, when request retries are enabled and a retry occurs. The call to sync.Pool.Get will then return a bytes.Buffer that hasn't had bytes.Buffer.Reset called on it. This dirty buffer will contain the HTTP request body from an unrelated request, and go-resty will append the current HTTP request body to it, sending two bodies in one request. The sync.Pool in question is defined at package level scope, so a completely unrelated server could receive the request body.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64 | — |
Vendor Fix
fix
|
A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_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": "Red Hat OpenShift distributed tracing 3.2.0\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of Red Hat OpenShift distributed tracing provides these changes:\n\nSecurity Fix(es):\n\n* go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2 (CVE-2023-45286)\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.",
"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-2024:3621",
"url": "https://access.redhat.com/errata/RHSA-2024:3621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2252012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252012"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "TRACING-3139",
"url": "https://issues.redhat.com/browse/TRACING-3139"
},
{
"category": "external",
"summary": "TRACING-3599",
"url": "https://issues.redhat.com/browse/TRACING-3599"
},
{
"category": "external",
"summary": "TRACING-3693",
"url": "https://issues.redhat.com/browse/TRACING-3693"
},
{
"category": "external",
"summary": "TRACING-3725",
"url": "https://issues.redhat.com/browse/TRACING-3725"
},
{
"category": "external",
"summary": "TRACING-3738",
"url": "https://issues.redhat.com/browse/TRACING-3738"
},
{
"category": "external",
"summary": "TRACING-3761",
"url": "https://issues.redhat.com/browse/TRACING-3761"
},
{
"category": "external",
"summary": "TRACING-3764",
"url": "https://issues.redhat.com/browse/TRACING-3764"
},
{
"category": "external",
"summary": "TRACING-3801",
"url": "https://issues.redhat.com/browse/TRACING-3801"
},
{
"category": "external",
"summary": "TRACING-3834",
"url": "https://issues.redhat.com/browse/TRACING-3834"
},
{
"category": "external",
"summary": "TRACING-3836",
"url": "https://issues.redhat.com/browse/TRACING-3836"
},
{
"category": "external",
"summary": "TRACING-3856",
"url": "https://issues.redhat.com/browse/TRACING-3856"
},
{
"category": "external",
"summary": "TRACING-3884",
"url": "https://issues.redhat.com/browse/TRACING-3884"
},
{
"category": "external",
"summary": "TRACING-3919",
"url": "https://issues.redhat.com/browse/TRACING-3919"
},
{
"category": "external",
"summary": "TRACING-3920",
"url": "https://issues.redhat.com/browse/TRACING-3920"
},
{
"category": "external",
"summary": "TRACING-3921",
"url": "https://issues.redhat.com/browse/TRACING-3921"
},
{
"category": "external",
"summary": "TRACING-3935",
"url": "https://issues.redhat.com/browse/TRACING-3935"
},
{
"category": "external",
"summary": "TRACING-3936",
"url": "https://issues.redhat.com/browse/TRACING-3936"
},
{
"category": "external",
"summary": "TRACING-3946",
"url": "https://issues.redhat.com/browse/TRACING-3946"
},
{
"category": "external",
"summary": "TRACING-3959",
"url": "https://issues.redhat.com/browse/TRACING-3959"
},
{
"category": "external",
"summary": "TRACING-3961",
"url": "https://issues.redhat.com/browse/TRACING-3961"
},
{
"category": "external",
"summary": "TRACING-3964",
"url": "https://issues.redhat.com/browse/TRACING-3964"
},
{
"category": "external",
"summary": "TRACING-3965",
"url": "https://issues.redhat.com/browse/TRACING-3965"
},
{
"category": "external",
"summary": "TRACING-3966",
"url": "https://issues.redhat.com/browse/TRACING-3966"
},
{
"category": "external",
"summary": "TRACING-3967",
"url": "https://issues.redhat.com/browse/TRACING-3967"
},
{
"category": "external",
"summary": "TRACING-3968",
"url": "https://issues.redhat.com/browse/TRACING-3968"
},
{
"category": "external",
"summary": "TRACING-3969",
"url": "https://issues.redhat.com/browse/TRACING-3969"
},
{
"category": "external",
"summary": "TRACING-3970",
"url": "https://issues.redhat.com/browse/TRACING-3970"
},
{
"category": "external",
"summary": "TRACING-3971",
"url": "https://issues.redhat.com/browse/TRACING-3971"
},
{
"category": "external",
"summary": "TRACING-3972",
"url": "https://issues.redhat.com/browse/TRACING-3972"
},
{
"category": "external",
"summary": "TRACING-3973",
"url": "https://issues.redhat.com/browse/TRACING-3973"
},
{
"category": "external",
"summary": "TRACING-3974",
"url": "https://issues.redhat.com/browse/TRACING-3974"
},
{
"category": "external",
"summary": "TRACING-3981",
"url": "https://issues.redhat.com/browse/TRACING-3981"
},
{
"category": "external",
"summary": "TRACING-4007",
"url": "https://issues.redhat.com/browse/TRACING-4007"
},
{
"category": "external",
"summary": "TRACING-4009",
"url": "https://issues.redhat.com/browse/TRACING-4009"
},
{
"category": "external",
"summary": "TRACING-4061",
"url": "https://issues.redhat.com/browse/TRACING-4061"
},
{
"category": "external",
"summary": "TRACING-4065",
"url": "https://issues.redhat.com/browse/TRACING-4065"
},
{
"category": "external",
"summary": "TRACING-4068",
"url": "https://issues.redhat.com/browse/TRACING-4068"
},
{
"category": "external",
"summary": "TRACING-4072",
"url": "https://issues.redhat.com/browse/TRACING-4072"
},
{
"category": "external",
"summary": "TRACING-4078",
"url": "https://issues.redhat.com/browse/TRACING-4078"
},
{
"category": "external",
"summary": "TRACING-4087",
"url": "https://issues.redhat.com/browse/TRACING-4087"
},
{
"category": "external",
"summary": "TRACING-4127",
"url": "https://issues.redhat.com/browse/TRACING-4127"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3621.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift distributed tracing 3.2.0 operator/operand containers update",
"tracking": {
"current_release_date": "2026-05-30T08:33:21+00:00",
"generator": {
"date": "2026-05-30T08:33:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:3621",
"initial_release_date": "2024-06-05T05:15:15+00:00",
"revision_history": [
{
"date": "2024-06-05T05:15:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-05T05:15:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T08:33:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift distributed tracing 3.2",
"product": {
"name": "Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:3.2::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.57.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.57.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.57.0-20"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.100.1-4"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.100.1-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.100.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"product": {
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"product_id": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8\u0026tag=0.100.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"product_id": "rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.4.2-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=1.0.0-8"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=1.0.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"product_id": "rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.10.0-20"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.10.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"product_id": "rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.10.0-8"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.57.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.57.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.57.0-20"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.100.1-4"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.100.1-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.100.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"product_id": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8\u0026tag=0.100.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"product_id": "rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.4.2-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=1.0.0-8"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=1.0.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"product_id": "rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.10.0-20"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.10.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"product_id": "rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.10.0-8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.57.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.57.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.57.0-20"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.100.1-4"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.100.1-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.100.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"product": {
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"product_id": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8\u0026tag=0.100.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"product_id": "rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.4.2-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=1.0.0-8"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=1.0.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"product_id": "rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.10.0-20"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.10.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"product_id": "rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.10.0-8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"product": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"product_id": "rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-agent-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"product": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"product_id": "rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"product": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"product_id": "rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-collector-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"product": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"product_id": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8\u0026tag=1.57.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"product": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"product_id": "rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8\u0026tag=1.57.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"product": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"product_id": "rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-ingester-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"product": {
"name": "rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"product_id": "rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-operator-bundle\u0026tag=1.57.0-20"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"product": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"product_id": "rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-rhel8-operator\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"product": {
"name": "rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"product_id": "rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/jaeger-query-rhel8\u0026tag=1.57.0-5"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.100.1-4"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"product": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"product_id": "rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-operator-bundle\u0026tag=0.100.1-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.100.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"product": {
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"product_id": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-target-allocator-rhel8\u0026tag=0.100.1-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64",
"product": {
"name": "rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64",
"product_id": "rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8\u0026tag=2.4.2-3"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"product": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"product_id": "rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-rhel8\u0026tag=1.0.0-8"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"product": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"product_id": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-gateway-opa-rhel8\u0026tag=1.0.0-9"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"product": {
"name": "rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"product_id": "rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-operator-bundle\u0026tag=0.10.0-20"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"product": {
"name": "rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"product_id": "rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-rhel8-operator\u0026tag=0.10.0-6"
}
}
},
{
"category": "product_version",
"name": "rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"product": {
"name": "rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"product_id": "rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/tempo-query-rhel8\u0026tag=0.10.0-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le"
},
"product_reference": "rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x"
},
"product_reference": "rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64"
},
"product_reference": "rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64"
},
"product_reference": "rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le"
},
"product_reference": "rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64"
},
"product_reference": "rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64"
},
"product_reference": "rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le"
},
"product_reference": "rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x"
},
"product_reference": "rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64"
},
"product_reference": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64"
},
"product_reference": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x"
},
"product_reference": "rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64"
},
"product_reference": "rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le"
},
"product_reference": "rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64"
},
"product_reference": "rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le"
},
"product_reference": "rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64"
},
"product_reference": "rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64 as a component of Red Hat OpenShift distributed tracing 3.2",
"product_id": "8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
},
"product_reference": "rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64",
"relates_to_product_reference": "8Base-RHOSDT-3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45286",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2023-11-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2252012"
}
],
"notes": [
{
"category": "description",
"text": "A race condition in go-resty can result in HTTP request body disclosure across requests. This condition can be triggered by calling sync.Pool.Put with the same *bytes.Buffer more than once, when request retries are enabled and a retry occurs. The call to sync.Pool.Get will then return a bytes.Buffer that hasn\u0027t had bytes.Buffer.Reset called on it. This dirty buffer will contain the HTTP request body from an unrelated request, and go-resty will append the current HTTP request body to it, sending two bodies in one request. The sync.Pool in question is defined at package level scope, so a completely unrelated server could receive the request body.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2",
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45286"
},
{
"category": "external",
"summary": "RHBZ#2252012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2252012"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45286"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-05T05:15:15+00:00",
"details": "Red Hat OpenShift distributed tracing Release",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3621"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-resty: HTTP request body disclosure in github.com/go-resty/resty/v2"
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-05T05:15:15+00:00",
"details": "Red Hat OpenShift distributed tracing Release",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3621"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-05T05:15:15+00:00",
"details": "Red Hat OpenShift distributed tracing Release",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3621"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-05T05:15:15+00:00",
"details": "Red Hat OpenShift distributed tracing Release",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3621"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-05T05:15:15+00:00",
"details": "Red Hat OpenShift distributed tracing Release",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3621"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-05T05:15:15+00:00",
"details": "Red Hat OpenShift distributed tracing Release",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3621"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-05T05:15:15+00:00",
"details": "Red Hat OpenShift distributed tracing Release",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3621"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-05T05:15:15+00:00",
"details": "Red Hat OpenShift distributed tracing Release",
"product_ids": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3621"
},
{
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"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": [
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:27792a6b4e0aa3a1620e1ec98e2060fae5de6c239e60d5dc6e124662080ce7d9_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:ae9746e42b1522e4cbae8060db136340543790e452c5872da35c29f57706901d_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:c23914b0cc1670fee56143e59cce8d381c38ab8c2a215371eccb2c7e55049884_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-agent-rhel8@sha256:d8a55508e2b685367d9452565a6a8f9ab9970d2b48184961bdb09bf7cc693873_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:1d0b55cbbaa33b53753259bbaedd57de3855ffc1e7db34f29b2d63df1b61a49a_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:5c21a151c7c26f2034faa1e389a0e826385f87962af02a842c547c71ffc98717_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:bc9558144a4364e99a434675aba9abe9c8a21b3cae3fce211f41b48ac77e5c9c_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-all-in-one-rhel8@sha256:f78cbbb9e49f3d97bbcb7401ef11f6dcdefaca998f99a5316f2a875c13bd961e_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:07f636db696baff7866fb4940d63e83cc0677406ce1c16eafb1bca103d6b79f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:205ab4f1c0af638ed46ade4150710c46d53d53033e70dbbdbc59f1e5049809e8_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:de513774bafbe13f28269ef398c0fcbce17ef06dcd9e1190f592dd5aab727f41_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-collector-rhel8@sha256:ece5d3c01ed8ef464ca65cfd9e831eeec4d6f31bd3cc4091360aea7d319e639f_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:50eda5a5ac77cbe807f37044a9de9679d724508388abffed13ffef79b62e8d81_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c6363e9d1b807e1ad598ee6541c11090db20cc3fbee08e8532348218de6eaf88_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:ca1211cf71262694bb32930e2bc290ec25bf7ee4abe705dccd93c84c01da7eca_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-index-cleaner-rhel8@sha256:eec0d1b9744193f951a5953a9ec4c15979b1a8fee5ed9b37f65d4f0ff115fb73_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:1091e265a40b4569dd480923286e137e251fae6ecac7428a085274a53f9b6db5_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:2463ea0e593a8efde7dc084ac6c600605542fcda7132355486120bceb410a6e2_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:9029cfb58fd669dd4fd701c8854310d36db4109ace6ba85b4e3193447bb2e502_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-es-rollover-rhel8@sha256:ed10dd0093277b3daeab8213e3d318953aabcd3dd9bc17f0e5e8116f8f51b1e2_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:20ef07b52fd87c442138fdd52d39162deb10d8bb32766a1c837c9380ed1ddefe_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:827fb6fc29ad955af6f14f79956d0f3bec745f8c13518a1f140f7408558d12fe_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:8f094de652472f0cabbf955e7aedf53b223d1976e4bb59d6decb2742b6ca3ec5_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-ingester-rhel8@sha256:ffb39ba0786e2713b0ad90772178997815a202cf620ceb667065642df823e2cd_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:760dfab4b65dce1a6a031ee394bc82b1f2701e6bb4b613ca2eeb82046717eeee_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:a34a6d931dd7197210c7406a24c182ddf4a0c6fb2c078224ac2cbb627204078f_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e6bdfda1fc7a64452e02a22225849deae558c0a965880ff17d999532453e5254_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-operator-bundle@sha256:e8a90eae01013ce7573d132d48bb3590b762b7d8a11740342d0762852ddb6c35_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:1fe9ba6c2f4b11a0cd15613465f511ea442f4f62955fd54859d1dceddc211e9e_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:3a941aad751883b698f572946f2c178894c045967f5d262dcff0f6ca1e514e02_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:a2d5393a22f5d78424cfc126c56b8140987eb148ee795b869f73c74d5c1932df_s390x",
"8Base-RHOSDT-3.2:rhosdt/jaeger-query-rhel8@sha256:bb4e2a5694e1864998f26dfdb87507be2ac0030b095f1b7f8cf65ee550e936cd_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:2b232100f137812445c19195ea21b783288ea0f23e95a7bd5008be41476d6337_arm64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:9e486e93aff524044e86fb8be786cb7f10ff9aa2e3f8d7139882054d9b124b74_amd64",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:a2efafae008d1904624f7c0852639e312796979e940c70693feee56198690668_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/jaeger-rhel8-operator@sha256:b46fe6592710f591fd9202953a8c56abbc565852b0ebb10f2130fe7b6e8ce1d0_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:368bd918212faf7028c3846288a7363d5d029cd3a4fe8114afb83735df3ed32a_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:60b43ac5df04a4a91917c15014c035f6a684bb2f484838fbccf4fb4faa46b384_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:76463e2a6f568fa185624b6d06a103f93cba166676788e8bb21d5172a86dae2e_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-collector-rhel8@sha256:b5b3453bf195cc5815eaf1383ad6e924260c36090661e1415313b72bdcd7ad08_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:9df026b6442362eec9acd554454d28f8908070bfae7282c6562ef7eaf2f9e90c_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:a774ad73186756aa2660c58eb0a1b3910ead47ac8b645ced581a7e6158f8f7ef_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:bfc2ac2670869a21f5caf7861f8d06b6080dd2f0b3ee6e544aaa36ed8eba70f6_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-operator-bundle@sha256:d4635599d6fe39706334c7cc1409430adbcbe2729b1fa77879894c5e9bb8bc3c_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:120cf7965f52583f9bb5c3781974842b5efb1dbb82083bd9327c85fd13ea3557_s390x",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:3a988bde87ea7e8e219ea91e6de9e7f3d8fa2056c83adfec09703d4f58519333_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:ae9fcaf972c9508c8af2b1f2c6f0f50d153a05016aa7a741cd08b064aba57846_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-rhel8-operator@sha256:e4f793dedca25ea1088bced096867f3a6bd62993ea5e345cb07124970a5b56a5_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:1a64e871543aab22d6b923aede1228f789accb39bb7e522ae68c3dc49856ccf2_amd64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:2752e6ef2e9ab085ce7b0d132adb40cb4c6f92c85d5e9fe1fe08558dbaea42ba_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:325af1869893f9f2972b25d73aca79f3bf36da75b880420856602e7d088663cd_arm64",
"8Base-RHOSDT-3.2:rhosdt/opentelemetry-target-allocator-rhel8@sha256:9ba19a1174f54736c0c4c8ef037516e94328a624c7c8e4ba0b40c3f348205eb6_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:53bf6446ffd5132da567a03bc6fa14c17a77815082f83af4a39649529e788f51_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7762b7fbf871260b782de24b118ee91f2f7f23fa740b6764f478c2dad4dc18f_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:c7c49ef6de3623428e47e1dc7c04b22efe17c73e7e988e3b82fa3517116cf8f3_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-opa-rhel8@sha256:e7747bb7cb3d172d1016cbb38a8de9a849112267b36b0350d3b1ad4a603f5fd1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:1c48235a37632868996a586de3af951a0c431f330530d69e18919218aa3e6232_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:3bf498bb1cac2fc6267c52cac0131919598b9ea4797b697ace569191657ddce8_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:5a82cb946a46010543ae60fc687badd8c4e526600f8a5268717f1094ecbc3f9d_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-gateway-rhel8@sha256:d1de2fa5972f7ee5932c413c78bc11a23e3136f82bbcbf3e731c003155af88d8_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:449e58da948a2a1e8a4908c37267122ce4b9696ad6299523c480f6e9987a8042_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:6363601e99696d96f81b881116ac15a1c0be08906a2f7719c9d022d1b379daf3_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:9369d07611c5ef34db98fbf2f1b941fea1543f1714f32cb236b3e5bd67fd874b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-operator-bundle@sha256:b983271f0f7c78154bb832360c6713f58f038831a4eae3fc2d909cca44e7cf66_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:22aa7922788f6a703b51b56558b54369f45d904b3978bb6471c142a2cdabb190_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:727bd8daf604ed227bd9aa2eca975c2ac919622f78f0bfd021fd80da77aac276_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:8dfad5ab487fa64eff9f1df4ef3200598c36f0e2237b84690f4dc2b73d1f33b6_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-query-rhel8@sha256:ffc931e655e4df7188fbff3887bedf91a6dc23c71753453d8093c6eb1af1cd98_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:03ae5a76933914cfd5e2ae2c8da1d7f886b57cc9e0a954059323697f5abeb4a1_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:7c326607144719ff6777132f8a171cd37bf6952cc0ed71590d02a9468ecf7fc1_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:90907b84124887f2960e76f83bccce99155a055fb981c8665cc77d1e0db25f4b_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8-operator@sha256:98ea46342862aa212b834cbc520686ab09490a99a51a692a78f675b2e1528ea2_amd64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:00c803fa54e7aa08f58d6dfa475359d6ba15737ec24ea7a81558bf5c01084e8e_arm64",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:655e29477d0b278a9f1b782f272dddefc133d12887860635d94b135c6bff4f10_ppc64le",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:7718afadf1b976b81dfdac45d75875bb90dec50768e08f8f7927ae351298170f_s390x",
"8Base-RHOSDT-3.2:rhosdt/tempo-rhel8@sha256:a4e7a0a2d6dade9d883b6d080563736076befe6faa77da65f6ae77882af88c26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
}
]
}
RHSA-2024:3637
Vulnerability from csaf_redhat - Published: 2024-07-01 00:39 - Updated: 2026-05-30 08:33A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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": "Secondary Scheduler Operator for Red Hat OpenShift 1.3.0 for RHEL 9\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives a\ndetailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Secondary Scheduler Operator for Red Hat OpenShift is an optional\noperator that makes it possible to deploy a secondary scheduler by\nproviding a scheduler image. You can run a scheduler with custom\nplugins without applying additional manifests, such as cluster roles\nand deployments.\n\nSecurity Fix(es):\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)",
"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-2024:3637",
"url": "https://access.redhat.com/errata/RHSA-2024:3637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "OCPBUGS-28656",
"url": "https://issues.redhat.com/browse/OCPBUGS-28656"
},
{
"category": "external",
"summary": "WRKLDS-1037",
"url": "https://issues.redhat.com/browse/WRKLDS-1037"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3637.json"
}
],
"title": "Red Hat Security Advisory: Secondary Scheduler Operator for Red Hat OpenShift 1.3.0 for RHEL 9",
"tracking": {
"current_release_date": "2026-05-30T08:33:19+00:00",
"generator": {
"date": "2026-05-30T08:33:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:3637",
"initial_release_date": "2024-07-01T00:39:38+00:00",
"revision_history": [
{
"date": "2024-07-01T00:39:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-01T00:39:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T08:33:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OSSO 1.3 for RHEL 9",
"product": {
"name": "OSSO 1.3 for RHEL 9",
"product_id": "9Base-OSSO-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_secondary_scheduler:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "Openshift Secondary Scheduler Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle\u0026tag=v1.3-12"
}
}
},
{
"category": "product_version",
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64",
"product": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64",
"product_id": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82?arch=amd64\u0026repository_url=registry.redhat.io/openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator\u0026tag=v1.3-12"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64 as a component of OSSO 1.3 for RHEL 9",
"product_id": "9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"relates_to_product_reference": "9Base-OSSO-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64 as a component of OSSO 1.3 for RHEL 9",
"product_id": "9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
},
"product_reference": "openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64",
"relates_to_product_reference": "9Base-OSSO-1.3"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:39:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3637"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:39:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3637"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:39:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3637"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:39:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3637"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:39:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3637"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
],
"known_not_affected": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:39:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3637"
},
{
"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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"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": [
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:928093dd060cc7b4fe5704aa4330265cbabc93151fc7f8c2104506e3e83260db_amd64",
"9Base-OSSO-1.3:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:652de240961fe6a63a9e64b6d4e1701559bc106453b1c4905455f0a48ee4dd82_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
}
]
}
RHSA-2024:3781
Vulnerability from csaf_redhat - Published: 2024-06-10 18:41 - Updated: 2026-05-28 20:33A flaw was found in the Python pip package. The pip could allow a local authenticated attacker to bypass security restrictions due to a flaw when installing a package from a Mercurial VCS URL. By sending a specially crafted request, an attacker can inject arbitrary configuration options to the "hg clone" call to modify how and which repository is installed.
CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking "load_pem_pkcs7_certificates" or "load_der_pkcs7_certificates" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service (DoS) for any application aiming to deserialize a PKCS7 blob or certificate. The potential impact includes disruptions in system availability and stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A vulnerability was found in Pillow, a popular Python imaging library. The flaw identified in the PIL.ImageMath.eval function enables arbitrary code execution by manipulating the environment parameter.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
An HTTP Request Smuggling vulnerability was found in Gunicorn. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn's handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability allows for a range of attacks, including cache poisoning, session manipulation, and data exposure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A flaw was found in Pydantic, where it did not properly validate regular expressions containing white spaces. This flaw allows remote users to cause a denial of service attack via a crafted email string.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A flaw was found in sqlparse. This issue occurs in a heavily nested list in sqlparse.parse(), where a recursion error may be triggered, which can lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
The python-black package is susceptible to a regular expression denial of service (ReDoS) vulnerability, found in the lines_with_leading_tabs_expanded() function within the strings.py file. This vulnerability could be exploited by running Black on untrusted input or by inserting numerous leading tab characters into docstrings. This flaw allows attackers to craft malicious input to trigger a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
A flaw was discovered in python-cryptography. A NULL pointer dereference can be triggered when a PKCS#12 key and certificate do not match. Specifically, if the pkcs12.serialize_key_and_certificates function is called with a non-matching certificate and private key and an encryption algorithm with hmac_hash set, the Python process may crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A flaw was found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. When using "web.static(..., show_index=True)", the resulting index pages do not escape file names. If users can upload files with arbitrary filenames to the static directory, the server is vulnerable to cross-site scripting (XSS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
An inefficient regular expression complexity flaw was found in the Truncator.words function and truncatewords_html filter of Django. This issue may allow an attacker to use a suitably crafted string to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
A flaw was found in Pillow. The cms_transform_new function in src/_imagingcms.c does not validate the length of its parameters before copying them into fixed-size buffers, leading to a buffer overflow, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
An infinite loop flaw was found in aiohttp when handling POST (multipart/form-data) requests. This flaw allows an attacker to send a specially crafted request, leading the server to enter an infinite loop and render it unable to process any further requests. This denial of service can be triggered by a single unauthenticated POST request. AIOHTTP handles multipart strings through a process of segmenting them into chunks. The reading of each chunk is performed under the control of an asynchronous wait, ensuring that the operation completes before proceeding. A vulnerability was identified where a specially crafted request could trigger an infinite loop due to improper detection of the end-of-file (EOF) marker within the content. The resolution involves the implementation of an enhanced checking mechanism. This mechanism correctly assigns the EOF marker to the chunk in question upon the successful completion of content reading, thereby preventing the infinite loop scenario.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
A flaw was found in social-auth-app-django. In affected versions of this package, due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
A flaw was found in jinja2. The `xmlattr` filter accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `>`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could inject other attributes and perform cross-site scripting (XSS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
Workaround
|
An incorrect control flow implementation vulnerability was found in Requests. If the first request in a session is made with verify=False, all subsequent requests to the same host will continue to ignore cert verification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 is now available for Red Hat Ansible Automation Platform 2.4\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* automation-controller: aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)\n* automation-controller: Django: Potential regular expression denial-of-service in django.utils.text.Truncator.words() (CVE-2024-27351)\n* automation-controller: pip: Mercurial configuration injectable in repo revision when installing via pip (CVE-2023-5752)\n* automation-controller: pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)\n* automation-hub, python3/python39-galaxy-ng: follow-redirects: Possible credential leak (CVE-2024-28849)\n* python3/python39-aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)\n* python3/python39-aiohttp: XSS on index pages for static file handling (CVE-2024-27306)\n* python3/python39-black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file (CVE-2024-21503)\n* python3/python39-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override (CVE-2024-26130)\n* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)\n* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)\n* python3/python39-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers (CVE-2024-1135)\n* python3/python39-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)\n* python3/python39-jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\n* python3/python39-pillow: buffer overflow in _imagingcms.c (CVE-2024-28219)\n* python3/python39-pillow: Arbitrary Code Execution via the environment parameter (CVE-2023-50447)\n* python3/python39-pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)\n* python3/python39-requests: subsequent requests to the same host ignore cert verification (CVE-2024-35195)\n* python3/python39-social-auth-app-django: Improper Handling of Case Sensitivity in social-auth-app-django (CVE-2024-32879)\n* python3/python39-sqlparse: parsing heavily nested list leads to denial of service (CVE-2024-4340)\n* receptor: golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* receptor: golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n* receptor: golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nUpdates and fixes for automation controller:\n* Fixed Redis connection leak on version 4.5.6 (AAP-24286)\n* automation-controller has been updated to 4.5.7\n\nUpdates and fixes for automation hub:\n* Fixed repository sync issues (AAH-3111, AAH-3218)\n* automation-hub/python3-galaxy-ng/python39-galaxy-ng have been updated to 4.9.2\n\nAdditional changes:\n* ansible-core has been updated to 2.15.11\n* automation-eda-controller has been updated to 1.0.7\n* installer and setup have been updated to 2.4-7\n* receptor has been updated to 1.4.8\n\nFor more details about the updates and fixes included in this release, refer to the Release Notes.",
"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-2024:3781",
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2250765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250765"
},
{
"category": "external",
"summary": "2255331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331"
},
{
"category": "external",
"summary": "2259479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259479"
},
{
"category": "external",
"summary": "2266045",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "2269617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617"
},
{
"category": "external",
"summary": "2270236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270236"
},
{
"category": "external",
"summary": "2272563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563"
},
{
"category": "external",
"summary": "2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "2275106",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275106"
},
{
"category": "external",
"summary": "2275280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280"
},
{
"category": "external",
"summary": "2275989",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989"
},
{
"category": "external",
"summary": "2277035",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277035"
},
{
"category": "external",
"summary": "2278038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038"
},
{
"category": "external",
"summary": "2278710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278710"
},
{
"category": "external",
"summary": "2279476",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476"
},
{
"category": "external",
"summary": "2282114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114"
},
{
"category": "external",
"summary": "AAH-3111",
"url": "https://issues.redhat.com/browse/AAH-3111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3781.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-05-28T20:33:10+00:00",
"generator": {
"date": "2026-05-28T20:33:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:3781",
"initial_release_date": "2024-06-10T18:41:58+00:00",
"revision_history": [
{
"date": "2024-06-10T18:41:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-10T18:41:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python-black-0:22.8.0-2.el9ap.src",
"product": {
"name": "python-black-0:22.8.0-2.el9ap.src",
"product_id": "python-black-0:22.8.0-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-black@22.8.0-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pydantic-0:1.10.15-1.el9ap.src",
"product": {
"name": "python-pydantic-0:1.10.15-1.el9ap.src",
"product_id": "python-pydantic-0:1.10.15-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pydantic@1.10.15-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.15.11-1.el9ap.src",
"product": {
"name": "ansible-core-1:2.15.11-1.el9ap.src",
"product_id": "ansible-core-1:2.15.11-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el9ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:22.0.0-1.el9ap.src",
"product": {
"name": "python-gunicorn-0:22.0.0-1.el9ap.src",
"product_id": "python-gunicorn-0:22.0.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@22.0.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlparse-0:0.5.0-1.el9ap.src",
"product": {
"name": "python-sqlparse-0:0.5.0-1.el9ap.src",
"product_id": "python-sqlparse-0:0.5.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlparse@0.5.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"product": {
"name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"product_id": "python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-social-auth-app-django@5.4.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:3.7-1.el9ap.src",
"product": {
"name": "python-idna-0:3.7-1.el9ap.src",
"product_id": "python-idna-0:3.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@3.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-galaxy-ng-0:4.9.2-1.el9ap.src",
"product": {
"name": "python-galaxy-ng-0:4.9.2-1.el9ap.src",
"product_id": "python-galaxy-ng-0:4.9.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-galaxy-ng@4.9.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pillow-0:10.3.0-1.el9ap.src",
"product": {
"name": "python-pillow-0:10.3.0-1.el9ap.src",
"product_id": "python-pillow-0:10.3.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@10.3.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.2-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.9.2-1.el9ap.src",
"product_id": "automation-hub-0:4.9.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.28.27-1.el9ap.src",
"product": {
"name": "python-pulpcore-0:3.28.27-1.el9ap.src",
"product_id": "python-pulpcore-0:3.28.27-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.28.27-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:3.1.4-1.el9ap.src",
"product": {
"name": "python-jinja2-0:3.1.4-1.el9ap.src",
"product_id": "python-jinja2-0:3.1.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"product": {
"name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"product_id": "python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyOpenSSL@24.1.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-0:3.9.5-1.el9ap.src",
"product": {
"name": "python-aiohttp-0:3.9.5-1.el9ap.src",
"product_id": "python-aiohttp-0:3.9.5-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp@3.9.5-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:42.0.5-1.el9ap.src",
"product": {
"name": "python-cryptography-0:42.0.5-1.el9ap.src",
"product_id": "python-cryptography-0:42.0.5-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@42.0.5-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.0.7-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.0.7-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.0.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.0.7-1.el9ap.src",
"product": {
"name": "ansible-rulebook-0:1.0.7-1.el9ap.src",
"product_id": "ansible-rulebook-0:1.0.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.src",
"product_id": "automation-controller-0:4.5.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.32.2-1.el9ap.src",
"product": {
"name": "python-requests-0:2.32.2-1.el9ap.src",
"product_id": "python-requests-0:2.32.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.32.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.src",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.src",
"product_id": "receptor-0:1.4.8-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"product": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"product_id": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-ansible-1:0.20.7-1.el9ap.src",
"product": {
"name": "python-pulp-ansible-1:0.20.7-1.el9ap.src",
"product_id": "python-pulp-ansible-1:0.20.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-ansible@0.20.7-1.el9ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3x-pydantic-0:1.10.15-1.el8ap.src",
"product": {
"name": "python3x-pydantic-0:1.10.15-1.el8ap.src",
"product_id": "python3x-pydantic-0:1.10.15-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pydantic@1.10.15-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-black-0:22.8.0-2.el8ap.src",
"product": {
"name": "python3x-black-0:22.8.0-2.el8ap.src",
"product_id": "python3x-black-0:22.8.0-2.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-black@22.8.0-2.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.15.11-1.el8ap.src",
"product": {
"name": "ansible-core-1:2.15.11-1.el8ap.src",
"product_id": "ansible-core-1:2.15.11-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el8ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3x-sqlparse-0:0.5.0-1.el8ap.src",
"product": {
"name": "python3x-sqlparse-0:0.5.0-1.el8ap.src",
"product_id": "python3x-sqlparse-0:0.5.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-sqlparse@0.5.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-gunicorn-0:22.0.0-1.el8ap.src",
"product": {
"name": "python3x-gunicorn-0:22.0.0-1.el8ap.src",
"product_id": "python3x-gunicorn-0:22.0.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-gunicorn@22.0.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-idna-0:3.7-1.el8ap.src",
"product": {
"name": "python3x-idna-0:3.7-1.el8ap.src",
"product_id": "python3x-idna-0:3.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-idna@3.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"product": {
"name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"product_id": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-social-auth-app-django@5.4.1-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-0:10.3.0-1.el8ap.src",
"product": {
"name": "python3x-pillow-0:10.3.0-1.el8ap.src",
"product_id": "python3x-pillow-0:10.3.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow@10.3.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.2-1.el8ap.src",
"product": {
"name": "automation-hub-0:4.9.2-1.el8ap.src",
"product_id": "automation-hub-0:4.9.2-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"product": {
"name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"product_id": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-galaxy-ng@4.9.2-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"product": {
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"product_id": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-jinja2@3.1.4-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pulpcore-0:3.28.27-1.el8ap.src",
"product": {
"name": "python3x-pulpcore-0:3.28.27-1.el8ap.src",
"product_id": "python3x-pulpcore-0:3.28.27-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.27-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"product": {
"name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"product_id": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pyOpenSSL@24.1.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-0:3.9.5-1.el8ap.src",
"product": {
"name": "python3x-aiohttp-0:3.9.5-1.el8ap.src",
"product_id": "python3x-aiohttp-0:3.9.5-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp@3.9.5-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"product": {
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"product_id": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography@42.0.5-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.0.7-1.el8ap.src",
"product": {
"name": "automation-eda-controller-0:1.0.7-1.el8ap.src",
"product_id": "automation-eda-controller-0:1.0.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.0.7-1.el8ap.src",
"product": {
"name": "ansible-rulebook-0:1.0.7-1.el8ap.src",
"product_id": "ansible-rulebook-0:1.0.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.src",
"product_id": "automation-controller-0:4.5.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-requests-0:2.32.2-1.el8ap.src",
"product": {
"name": "python3x-requests-0:2.32.2-1.el8ap.src",
"product_id": "python3x-requests-0:2.32.2-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-requests@2.32.2-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.src",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.src",
"product_id": "receptor-0:1.4.8-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"product": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"product_id": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"product": {
"name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"product_id": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pulp-ansible@0.20.7-1.el8ap?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-black-0:22.8.0-2.el9ap.noarch",
"product": {
"name": "python3-black-0:22.8.0-2.el9ap.noarch",
"product_id": "python3-black-0:22.8.0-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-black@22.8.0-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pydantic-0:1.10.15-1.el9ap.noarch",
"product": {
"name": "python3-pydantic-0:1.10.15-1.el9ap.noarch",
"product_id": "python3-pydantic-0:1.10.15-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pydantic@1.10.15-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.15.11-1.el9ap.noarch",
"product": {
"name": "ansible-core-1:2.15.11-1.el9ap.noarch",
"product_id": "ansible-core-1:2.15.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ansible-test-1:2.15.11-1.el9ap.noarch",
"product": {
"name": "ansible-test-1:2.15.11-1.el9ap.noarch",
"product_id": "ansible-test-1:2.15.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-test@2.15.11-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"product": {
"name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"product_id": "python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gunicorn@22.0.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"product": {
"name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"product_id": "python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sqlparse@0.5.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"product": {
"name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"product_id": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-social-auth-app-django@5.4.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-idna-0:3.7-1.el9ap.noarch",
"product": {
"name": "python3-idna-0:3.7-1.el9ap.noarch",
"product_id": "python3-idna-0:3.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idna@3.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"product": {
"name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"product_id": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-galaxy-ng@4.9.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.2-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.9.2-1.el9ap.noarch",
"product_id": "automation-hub-0:4.9.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"product": {
"name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"product_id": "python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulpcore@3.28.27-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"product": {
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"product_id": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jinja2@3.1.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"product": {
"name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"product_id": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyOpenSSL@24.1.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"product": {
"name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"product_id": "ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requests-0:2.32.2-1.el9ap.noarch",
"product": {
"name": "python3-requests-0:2.32.2-1.el9ap.noarch",
"product_id": "python3-requests-0:2.32.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requests@2.32.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.el9ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"product": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"product_id": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"product": {
"name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"product_id": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pulp-ansible@0.20.7-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python39-pydantic-0:1.10.15-1.el8ap.noarch",
"product": {
"name": "python39-pydantic-0:1.10.15-1.el8ap.noarch",
"product_id": "python39-pydantic-0:1.10.15-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pydantic@1.10.15-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-black-0:22.8.0-2.el8ap.noarch",
"product": {
"name": "python39-black-0:22.8.0-2.el8ap.noarch",
"product_id": "python39-black-0:22.8.0-2.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-black@22.8.0-2.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.15.11-1.el8ap.noarch",
"product": {
"name": "ansible-core-1:2.15.11-1.el8ap.noarch",
"product_id": "ansible-core-1:2.15.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el8ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ansible-test-1:2.15.11-1.el8ap.noarch",
"product": {
"name": "ansible-test-1:2.15.11-1.el8ap.noarch",
"product_id": "ansible-test-1:2.15.11-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-test@2.15.11-1.el8ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"product": {
"name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"product_id": "python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-sqlparse@0.5.0-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"product": {
"name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"product_id": "python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-gunicorn@22.0.0-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-idna-0:3.7-1.el8ap.noarch",
"product": {
"name": "python39-idna-0:3.7-1.el8ap.noarch",
"product_id": "python39-idna-0:3.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna@3.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"product": {
"name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"product_id": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-social-auth-app-django@5.4.1-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.9.2-1.el8ap.noarch",
"product": {
"name": "automation-hub-0:4.9.2-1.el8ap.noarch",
"product_id": "automation-hub-0:4.9.2-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"product": {
"name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"product_id": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-galaxy-ng@4.9.2-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"product": {
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"product_id": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-jinja2@3.1.4-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"product": {
"name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"product_id": "python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulpcore@3.28.27-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"product": {
"name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"product_id": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyOpenSSL@24.1.0-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"product_id": "automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"product_id": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"product_id": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"product": {
"name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"product_id": "ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.5.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.5.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.5.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-requests-0:2.32.2-1.el8ap.noarch",
"product": {
"name": "python39-requests-0:2.32.2-1.el8ap.noarch",
"product_id": "python39-requests-0:2.32.2-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requests@2.32.2-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.4.8-1.el8ap.noarch",
"product": {
"name": "receptorctl-0:1.4.8-1.el8ap.noarch",
"product_id": "receptorctl-0:1.4.8-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"product": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"product_id": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"product": {
"name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"product_id": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pulp-ansible@0.20.7-1.el8ap?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:10.3.0-1.el9ap.x86_64",
"product": {
"name": "python3-pillow-0:10.3.0-1.el9ap.x86_64",
"product_id": "python3-pillow-0:10.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"product": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"product": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"product_id": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"product": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"product": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"product_id": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"product": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"product": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.x86_64",
"product_id": "receptor-0:1.4.8-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-0:10.3.0-1.el8ap.x86_64",
"product": {
"name": "python39-pillow-0:10.3.0-1.el8ap.x86_64",
"product_id": "python39-pillow-0:10.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"product": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"product": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"product": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"product_id": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"product": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"product": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"product": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"product_id": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"product": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"product": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.x86_64",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.x86_64",
"product_id": "receptor-0:1.4.8-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"product_id": "python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"product": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"product_id": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"product": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"product": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"product_id": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"product": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"product": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"product": {
"name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"product_id": "python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"product": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"product": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"product": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"product_id": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"product": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"product": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"product": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"product_id": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"product": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"product": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.ppc64le",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.ppc64le",
"product_id": "receptor-0:1.4.8-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:10.3.0-1.el9ap.s390x",
"product": {
"name": "python3-pillow-0:10.3.0-1.el9ap.s390x",
"product_id": "python3-pillow-0:10.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"product": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"product": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"product_id": "python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"product": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"product": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"product_id": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"product": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"product": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.s390x",
"product_id": "automation-controller-0:4.5.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.s390x",
"product_id": "receptor-0:1.4.8-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-0:10.3.0-1.el8ap.s390x",
"product": {
"name": "python39-pillow-0:10.3.0-1.el8ap.s390x",
"product_id": "python39-pillow-0:10.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"product": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"product": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"product": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"product_id": "python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"product": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"product": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"product": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"product_id": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"product": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"product": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.s390x",
"product_id": "automation-controller-0:4.5.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.s390x",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.s390x",
"product_id": "receptor-0:1.4.8-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:10.3.0-1.el9ap.aarch64",
"product": {
"name": "python3-pillow-0:10.3.0-1.el9ap.aarch64",
"product_id": "python3-pillow-0:10.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"product": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"product": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"product": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"product_id": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"product": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"product": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"product": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"product_id": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"product": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"product": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.el9ap.aarch64",
"product_id": "receptor-0:1.4.8-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-0:10.3.0-1.el8ap.aarch64",
"product": {
"name": "python39-pillow-0:10.3.0-1.el8ap.aarch64",
"product_id": "python39-pillow-0:10.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"product": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"product": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"product": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"product_id": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"product": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"product": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"product": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"product_id": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"product": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"product": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.4.8-1.el8ap.aarch64",
"product": {
"name": "receptor-0:1.4.8-1.el8ap.aarch64",
"product_id": "receptor-0:1.4.8-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-black-0:22.8.0-2.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch"
},
"product_reference": "python39-black-0:22.8.0-2.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:3.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch"
},
"product_reference": "python39-idna-0:3.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch"
},
"product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.32.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch"
},
"product_reference": "python39-requests-0:2.32.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-black-0:22.8.0-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src"
},
"product_reference": "python3x-black-0:22.8.0-2.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src"
},
"product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-idna-0:3.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src"
},
"product_reference": "python3x-idna-0:3.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src"
},
"product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-requests-0:2.32.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src"
},
"product_reference": "python3x-requests-0:2.32.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-black-0:22.8.0-2.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch"
},
"product_reference": "python39-black-0:22.8.0-2.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch"
},
"product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-black-0:22.8.0-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src"
},
"product_reference": "python3x-black-0:22.8.0-2.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src"
},
"product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src"
},
"product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch"
},
"product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src"
},
"product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch"
},
"product_reference": "ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.0.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src"
},
"product_reference": "ansible-rulebook-0:1.0.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.0.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src"
},
"product_reference": "automation-eda-controller-0:1.0.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch"
},
"product_reference": "automation-hub-0:4.9.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src"
},
"product_reference": "automation-hub-0:4.9.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64"
},
"product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le"
},
"product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x"
},
"product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64"
},
"product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64"
},
"product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-black-0:22.8.0-2.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch"
},
"product_reference": "python39-black-0:22.8.0-2.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch"
},
"product_reference": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch"
},
"product_reference": "python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:3.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch"
},
"product_reference": "python39-idna-0:3.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-jinja2-0:3.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch"
},
"product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-0:10.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64"
},
"product_reference": "python39-pillow-0:10.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le"
},
"product_reference": "python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-0:10.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x"
},
"product_reference": "python39-pillow-0:10.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-0:10.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64"
},
"product_reference": "python39-pillow-0:10.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64"
},
"product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le"
},
"product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x"
},
"product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64"
},
"product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch"
},
"product_reference": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch"
},
"product_reference": "python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch"
},
"product_reference": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pydantic-0:1.10.15-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch"
},
"product_reference": "python39-pydantic-0:1.10.15-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.32.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch"
},
"product_reference": "python39-requests-0:2.32.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch"
},
"product_reference": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch"
},
"product_reference": "python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-0:3.9.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src"
},
"product_reference": "python3x-aiohttp-0:3.9.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64"
},
"product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le"
},
"product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x"
},
"product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64"
},
"product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-black-0:22.8.0-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src"
},
"product_reference": "python3x-black-0:22.8.0-2.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-0:42.0.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src"
},
"product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64"
},
"product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src"
},
"product_reference": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-gunicorn-0:22.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src"
},
"product_reference": "python3x-gunicorn-0:22.0.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-idna-0:3.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src"
},
"product_reference": "python3x-idna-0:3.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-jinja2-0:3.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src"
},
"product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-0:10.3.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src"
},
"product_reference": "python3x-pillow-0:10.3.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64"
},
"product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le"
},
"product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x"
},
"product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64"
},
"product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src"
},
"product_reference": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pulpcore-0:3.28.27-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src"
},
"product_reference": "python3x-pulpcore-0:3.28.27-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src"
},
"product_reference": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pydantic-0:1.10.15-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src"
},
"product_reference": "python3x-pydantic-0:1.10.15-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-requests-0:2.32.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src"
},
"product_reference": "python3x-requests-0:2.32.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src"
},
"product_reference": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-sqlparse-0:0.5.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src"
},
"product_reference": "python3x-sqlparse-0:0.5.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-black-0:22.8.0-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src"
},
"product_reference": "python-black-0:22.8.0-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src"
},
"product_reference": "python-cryptography-0:42.0.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:3.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src"
},
"product_reference": "python-idna-0:3.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.32.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src"
},
"product_reference": "python-requests-0:2.32.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-black-0:22.8.0-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch"
},
"product_reference": "python3-black-0:22.8.0-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:3.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch"
},
"product_reference": "python3-idna-0:3.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch"
},
"product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-0:2.32.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch"
},
"product_reference": "python3-requests-0:2.32.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-black-0:22.8.0-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src"
},
"product_reference": "python-black-0:22.8.0-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src"
},
"product_reference": "python-cryptography-0:42.0.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-black-0:22.8.0-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch"
},
"product_reference": "python3-black-0:22.8.0-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch"
},
"product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch"
},
"product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src"
},
"product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.15.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.15.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch"
},
"product_reference": "ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.0.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src"
},
"product_reference": "ansible-rulebook-0:1.0.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.5.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.0.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.0.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.9.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.9.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.9.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-0:3.9.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src"
},
"product_reference": "python-aiohttp-0:3.9.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64"
},
"product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-black-0:22.8.0-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src"
},
"product_reference": "python-black-0:22.8.0-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:42.0.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src"
},
"product_reference": "python-cryptography-0:42.0.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-galaxy-ng-0:4.9.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src"
},
"product_reference": "python-galaxy-ng-0:4.9.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:22.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src"
},
"product_reference": "python-gunicorn-0:22.0.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:3.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src"
},
"product_reference": "python-idna-0:3.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src"
},
"product_reference": "python-jinja2-0:3.1.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:10.3.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src"
},
"product_reference": "python-pillow-0:10.3.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64"
},
"product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-ansible-1:0.20.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src"
},
"product_reference": "python-pulp-ansible-1:0.20.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.28.27-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src"
},
"product_reference": "python-pulpcore-0:3.28.27-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src"
},
"product_reference": "python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pydantic-0:1.10.15-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src"
},
"product_reference": "python-pydantic-0:1.10.15-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.32.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src"
},
"product_reference": "python-requests-0:2.32.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src"
},
"product_reference": "python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlparse-0:0.5.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src"
},
"product_reference": "python-sqlparse-0:0.5.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64"
},
"product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le"
},
"product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x"
},
"product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64"
},
"product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64"
},
"product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le"
},
"product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x"
},
"product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
},
"product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-black-0:22.8.0-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch"
},
"product_reference": "python3-black-0:22.8.0-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
},
"product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch"
},
"product_reference": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch"
},
"product_reference": "python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-0:3.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch"
},
"product_reference": "python3-idna-0:3.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:3.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch"
},
"product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:10.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64"
},
"product_reference": "python3-pillow-0:10.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:10.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x"
},
"product_reference": "python3-pillow-0:10.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:10.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64"
},
"product_reference": "python3-pillow-0:10.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64"
},
"product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x"
},
"product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
},
"product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch"
},
"product_reference": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch"
},
"product_reference": "python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch"
},
"product_reference": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pydantic-0:1.10.15-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch"
},
"product_reference": "python3-pydantic-0:1.10.15-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-0:2.32.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch"
},
"product_reference": "python3-requests-0:2.32.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch"
},
"product_reference": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
},
"product_reference": "python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.4.8-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.4.8-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.4.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-5752",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2023-11-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2250765"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python pip package. The pip could allow a local authenticated attacker to bypass security restrictions due to a flaw when installing a package from a Mercurial VCS URL. By sending a specially crafted request, an attacker can inject arbitrary configuration options to the \"hg clone\" call to modify how and which repository is installed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pip: Mercurial configuration injectable in repo revision when installing via pip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Mercurial is not available in RHEL 8 and 9, so the vulnerability cannot be exploited. Without mercurial installed (the hg command), pip cannot clone and install from hg+http[s] URLs.",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-5752"
},
{
"category": "external",
"summary": "RHBZ#2250765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250765"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5752",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5752"
},
{
"category": "external",
"summary": "https://github.com/pypa/pip/pull/12306",
"url": "https://github.com/pypa/pip/pull/12306"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F4PL35U6X4VVHZ5ILJU3PWUWN7H7LZXL/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F4PL35U6X4VVHZ5ILJU3PWUWN7H7LZXL/"
}
],
"release_date": "2023-10-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "pip: Mercurial configuration injectable in repo revision when installing via pip"
},
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2023-49083",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-12-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2255331"
}
],
"notes": [
{
"category": "description",
"text": "A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service (DoS) for any application aiming to deserialize a PKCS7 blob or certificate. The potential impact includes disruptions in system availability and stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: NULL-dereference when loading PKCS7 certificates",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability arises when functions like \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" are invoked, triggering the issue during the deserialization of PKCS7 blobs or certificates. The moderate rating is based on the fact that the vulnerability can lead to a segmentation fault, posing a risk of disrupting the normal functioning of any application attempting to deserialize the mentioned certificates. While the impact is significant in terms of service denial and potential system instability, the severity is deemed moderate as it does not directly expose sensitive data or allow for remote code execution, focusing primarily on the localized consequences of a DoS scenario.",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-49083"
},
{
"category": "external",
"summary": "RHBZ#2255331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a",
"url": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/pull/9926",
"url": "https://github.com/pyca/cryptography/pull/9926"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97"
}
],
"release_date": "2023-11-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: NULL-dereference when loading PKCS7 certificates"
},
{
"cve": "CVE-2023-50447",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2024-01-22T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2259479"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Pillow, a popular Python imaging library. The flaw identified in the PIL.ImageMath.eval function enables arbitrary code execution by manipulating the environment parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Arbitrary Code Execution via the environment parameter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in Pillow\u0027s PIL.ImageMath.eval function poses a significant threat due to its potential for arbitrary code execution. Pillow\u0027s widespread use in diverse domains makes this flaw particularly impactful, as it could lead to unauthorized access, data breaches, and compromise of entire systems. The complex exploitation method involving Python\u0027s dunder methods adds sophistication to potential attacks.",
"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": [
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-50447"
},
{
"category": "external",
"summary": "RHBZ#2259479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259479"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-50447",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50447"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50447",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50447"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/01/20/1",
"url": "http://www.openwall.com/lists/oss-security/2024/01/20/1"
},
{
"category": "external",
"summary": "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/",
"url": "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/"
},
{
"category": "external",
"summary": "https://duartecsantos.github.io/2023-01-02-CVE-2023-50447/",
"url": "https://duartecsantos.github.io/2023-01-02-CVE-2023-50447/"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases",
"url": "https://github.com/python-pillow/Pillow/releases"
}
],
"release_date": "2024-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Arbitrary Code Execution via the environment parameter"
},
{
"cve": "CVE-2024-1135",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2024-04-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2275280"
}
],
"notes": [
{
"category": "description",
"text": "An HTTP Request Smuggling vulnerability was found in Gunicorn. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn\u0027s handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability allows for a range of attacks, including cache poisoning, session manipulation, and data exposure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers",
"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": [
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1135"
},
{
"category": "external",
"summary": "RHBZ#2275280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4",
"url": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4"
},
{
"category": "external",
"summary": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d",
"url": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1",
"url": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1"
}
],
"release_date": "2024-04-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers"
},
{
"cve": "CVE-2024-3651",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3651"
},
{
"category": "external",
"summary": "RHBZ#2274779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651"
}
],
"release_date": "2024-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()"
},
{
"cve": "CVE-2024-3772",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-04-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2275106"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pydantic, where it did not properly validate regular expressions containing white spaces. This flaw allows remote users to cause a denial of service attack via a crafted email string.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pydantic: regular expression denial of service via crafted email string",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3772"
},
{
"category": "external",
"summary": "RHBZ#2275106",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275106"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3772"
}
],
"release_date": "2024-04-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pydantic: regular expression denial of service via crafted email string"
},
{
"cve": "CVE-2024-4340",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-04-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2278038"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in sqlparse. This issue occurs in a heavily nested list in sqlparse.parse(), where a recursion error may be triggered, which can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlparse: parsing heavily nested list leads to denial of service",
"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": [
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-4340"
},
{
"category": "external",
"summary": "RHBZ#2278038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-4340",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4340"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2m57-hf25-phgg",
"url": "https://github.com/advisories/GHSA-2m57-hf25-phgg"
}
],
"release_date": "2024-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "sqlparse: parsing heavily nested list leads to denial of service"
},
{
"cve": "CVE-2024-21503",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-03-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270236"
}
],
"notes": [
{
"category": "description",
"text": "The python-black package is susceptible to a regular expression denial of service (ReDoS) vulnerability, found in the lines_with_leading_tabs_expanded() function within the strings.py file. This vulnerability could be exploited by running Black on untrusted input or by inserting numerous leading tab characters into docstrings. This flaw allows attackers to craft malicious input to trigger a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "psf/black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py 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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21503"
},
{
"category": "external",
"summary": "RHBZ#2270236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270236"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21503",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21503"
},
{
"category": "external",
"summary": "https://github.com/psf/black/commit/f00093672628d212b8965a8993cee8bedf5fe9b8",
"url": "https://github.com/psf/black/commit/f00093672628d212b8965a8993cee8bedf5fe9b8"
},
{
"category": "external",
"summary": "https://github.com/psf/black/releases/tag/24.3.0",
"url": "https://github.com/psf/black/releases/tag/24.3.0"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-PYTHON-BLACK-6256273",
"url": "https://security.snyk.io/vuln/SNYK-PYTHON-BLACK-6256273"
}
],
"release_date": "2024-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "psf/black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-26130",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269617"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in python-cryptography. A NULL pointer dereference can be triggered when a PKCS#12 key and certificate do not match. Specifically, if the pkcs12.serialize_key_and_certificates function is called with a non-matching certificate and private key and an encryption algorithm with hmac_hash set, the Python process may crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in python-cryptography that leads to a NULL pointer dereference during the pkcs12.serialize_key_and_certificates function execution is classified as a moderate severity issue. While the vulnerability can result in a denial-of-service (DoS) by crashing the Python process, it requires specific conditions to trigger: a mismatch between the provided certificate\u0027s public key and private key, coupled with the use of an encryption algorithm with hmac_hash set.\n\nThe exploitation of this vulnerability does not directly lead to arbitrary code execution or data leakage. Instead, it causes a controlled termination of the Python process, which, although disruptive, is not as critical as other vulnerabilities that can lead to unauthorized access, data corruption, or code injection. However, it\u0027s important to note that denial-of-service conditions can still have operational impacts, disrupting services or causing system instability.\n\nThis issue does not affect Red Hat Enterprise Linux 6, 7, 8 and 9 as we dont ship the vulnerable code and package version.",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-26130"
},
{
"category": "external",
"summary": "RHBZ#2269617",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-26130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26130"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130"
}
],
"release_date": "2024-02-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override"
},
{
"cve": "CVE-2024-27306",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-04-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2275989"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. When using \"web.static(..., show_index=True)\", the resulting index pages do not escape file names. If users can upload files with arbitrary filenames to the static directory, the server is vulnerable to cross-site scripting (XSS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: XSS on index pages for static file handling",
"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": [
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-27306"
},
{
"category": "external",
"summary": "RHBZ#2275989",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-27306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27306"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306"
}
],
"release_date": "2024-04-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: XSS on index pages for static file handling"
},
{
"cve": "CVE-2024-27351",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2266045"
}
],
"notes": [
{
"category": "description",
"text": "An inefficient regular expression complexity flaw was found in the Truncator.words function and truncatewords_html filter of Django. This issue may allow an attacker to use a suitably crafted string to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-27351"
},
{
"category": "external",
"summary": "RHBZ#2266045",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-27351",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27351"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/",
"url": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/"
}
],
"release_date": "2024-03-04T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()"
},
{
"cve": "CVE-2024-28219",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2024-04-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2272563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow. The cms_transform_new function in src/_imagingcms.c does not validate the length of its parameters before copying them into fixed-size buffers, leading to a buffer overflow, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: buffer overflow in _imagingcms.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw can be triggered when the ImageCms.buildTransform function is called with the InMode or OutMode arguments with a string larger than 8 bytes. An application is not vulnerable if these parameters are not controlled by the user or are validated before the function is called. Additionally, the Pillow ImageCms module functions should not be exposed to untrusted usage without input validation. For this reason, this flaw has been rated with a moderate 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": [
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28219"
},
{
"category": "external",
"summary": "RHBZ#2272563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28219"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219"
}
],
"release_date": "2024-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Make sure the ImageCms.buildTransform function is not called with the InMode or OutMode arguments with a string bigger than 8 bytes.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pillow: buffer overflow in _imagingcms.c"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269576"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Possible credential leak",
"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": [
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28849"
},
{
"category": "external",
"summary": "RHBZ#2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp"
}
],
"release_date": "2024-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Possible credential leak"
},
{
"cve": "CVE-2024-30251",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2278710"
}
],
"notes": [
{
"category": "description",
"text": "An infinite loop flaw was found in aiohttp when handling POST (multipart/form-data) requests. This flaw allows an attacker to send a specially crafted request, leading the server to enter an infinite loop and render it unable to process any further requests. This denial of service can be triggered by a single unauthenticated POST request.\r\n\r\nAIOHTTP handles multipart strings through a process of segmenting them into chunks. The reading of each chunk is performed under the control of an asynchronous wait, ensuring that the operation completes before proceeding. A vulnerability was identified where a specially crafted request could trigger an infinite loop due to improper detection of the end-of-file (EOF) marker within the content.\r\n\r\nThe resolution involves the implementation of an enhanced checking mechanism. This mechanism correctly assigns the EOF marker to the chunk in question upon the successful completion of content reading, thereby preventing the infinite loop scenario.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: DoS when trying to parse malformed POST requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit and could significantly impact availability. In order to exploit the bug, the attacker has to send a specially crafted POST request causing the server to go into an infinite loop.\n\nRed Hat Satellite has set a moderate impact of this issue as invalid requests which could trigger this bug such as no authentication or wrong path are unlikely possible or going to happen.",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-30251"
},
{
"category": "external",
"summary": "RHBZ#2278710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278710"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-30251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30251"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-30251",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-30251"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2024/05/02/4",
"url": "https://www.openwall.com/lists/oss-security/2024/05/02/4"
}
],
"release_date": "2024-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: DoS when trying to parse malformed POST requests"
},
{
"cve": "CVE-2024-32879",
"cwe": {
"id": "CWE-178",
"name": "Improper Handling of Case Sensitivity"
},
"discovery_date": "2024-04-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2277035"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in social-auth-app-django. In affected versions of this package, due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-social-auth: Improper Handling of Case Sensitivity in social-auth-app-django",
"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": [
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-32879"
},
{
"category": "external",
"summary": "RHBZ#2277035",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277035"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-32879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32879"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32879",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32879"
},
{
"category": "external",
"summary": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3",
"url": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3"
}
],
"release_date": "2024-04-24T06:57:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-social-auth: Improper Handling of Case Sensitivity in social-auth-app-django"
},
{
"cve": "CVE-2024-34064",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-05-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2279476"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jinja2. The `xmlattr` filter accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could inject other attributes and perform cross-site scripting (XSS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: accepts keys containing non-attribute characters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34064"
},
{
"category": "external",
"summary": "RHBZ#2279476",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj"
}
],
"release_date": "2024-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
},
{
"category": "workaround",
"details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jinja2: accepts keys containing non-attribute characters"
},
{
"cve": "CVE-2024-35195",
"cwe": {
"id": "CWE-670",
"name": "Always-Incorrect Control Flow Implementation"
},
"discovery_date": "2024-05-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2282114"
}
],
"notes": [
{
"category": "description",
"text": "An incorrect control flow implementation vulnerability was found in Requests. If the first request in a session is made with verify=False, all subsequent requests to the same host will continue to ignore cert verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "requests: subsequent requests to the same host ignore cert verification",
"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": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-35195"
},
{
"category": "external",
"summary": "RHBZ#2282114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195"
},
{
"category": "external",
"summary": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56",
"url": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56"
}
],
"release_date": "2024-05-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-10T18:41:58+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3781"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "requests: subsequent requests to the same host ignore cert verification"
}
]
}
RHSA-2024:3790
Vulnerability from csaf_redhat - Published: 2024-06-11 02:33 - Updated: 2026-05-22 21:06A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le | — |
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le | — |
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le | — |
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64 | — |
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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": "OpenShift API for Data Protection (OADP) 1.3.2 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift API for Data Protection (OADP) enables you to back up and restore application resources, persistent volume data, and internal container images to external backup storage. OADP enables both file system-based and snapshot-based backups for persistent volumes.\n\nSecurity Fix(es) from Bugzilla:\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.",
"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-2024:3790",
"url": "https://access.redhat.com/errata/RHSA-2024:3790"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3790.json"
}
],
"title": "Red Hat Security Advisory: OpenShift API for Data Protection (OADP) 1.3.2 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-22T21:06:05+00:00",
"generator": {
"date": "2026-05-22T21:06:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:3790",
"initial_release_date": "2024-06-11T02:33:18+00:00",
"revision_history": [
{
"date": "2024-06-11T02:33:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-11T02:33:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-22T21:06:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "9Base-OADP-1.3",
"product": {
"name": "9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.2-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.2-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"product_id": "oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.2-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"product_id": "oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"product_id": "oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.2-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.2-9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.2-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.2-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"product_id": "oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.2-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"product_id": "oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64",
"product_id": "oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.2-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.2-9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.2-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.2-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"product_id": "oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.2-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"product_id": "oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"product_id": "oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.2-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.2-9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"product": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"product_id": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1.3.2-11"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"product": {
"name": "oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"product_id": "oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1.3.2-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"product": {
"name": "oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"product_id": "oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1.3.2-19"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"product": {
"name": "oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"product_id": "oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"product": {
"name": "oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"product_id": "oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"product_id": "oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"product_id": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"product_id": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"product_id": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1.3.2-9"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"product": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"product_id": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1.3.2-8"
}
}
},
{
"category": "product_version",
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"product": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"product_id": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1.3.2-9"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le"
},
"product_reference": "oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x"
},
"product_reference": "oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x"
},
"product_reference": "oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64"
},
"product_reference": "oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64"
},
"product_reference": "oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le"
},
"product_reference": "oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"relates_to_product_reference": "9Base-OADP-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64 as a component of 9Base-OADP-1.3",
"product_id": "9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
},
"product_reference": "oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64",
"relates_to_product_reference": "9Base-OADP-1.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"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": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-11T02:33:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3790"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"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": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-11T02:33:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3790"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_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": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-11T02:33:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3790"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"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": [
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-11T02:33:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3790"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
],
"known_not_affected": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-11T02:33:18+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3790"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:1e45e4f340caa82ec2c6bce6659c021220ba410bfe42e98f66d22efed052c520_arm64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:622e0c00270975968e9929b97e08e04f86340fd00636cb1a7282d2192184821f_amd64",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8c6b6d0784832bdf2813202be41db91fb3ad3f614a20f25c1f04d5d8bdb0ca21_s390x",
"9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:8ceef07e495e0d66a031c838ca127ee7afa49307cb035097de4f0cfaf5fdc6bd_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:62ca3bbc716f21cf96e8356349e6c789e00c89f809af6ab3432620dbdee07928_ppc64le",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:653f39884d3d14e7eaa8ef3b75eda2298136c14f1dad0dc7ff3a8c96921a31f3_arm64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:c1f53f2fec4aa372c67355edb7fe282d260958ad6873964d4c6a639c8db5b7ea_amd64",
"9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:dde9a3cd19d382b529b3853618cb9522bd1811fa974292d15794cc081a9a20a6_s390x",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:138a4a5e6b435879c89d62e817db5a4bb0ac6337ec8324cec2dd9b6b94b7160c_arm64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:31052ac430ba2eb25ea301b15022a72779509632b11bb8f9d82a03a714964337_amd64",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:46c52c72ec9f756bd3b79839db093de7b5ed3fe7ca2f925ad9330809cc3586a4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:f77ebbf03b4d90743c258475ee9bffb3f05365a80788ceb3bbecc66675638100_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:12cbe6f62f60c43feee7909510c706f9acbfef480303a78510f9764e6828b490_ppc64le",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:82efc7bdd4eca653a235910722945b79387bc0e16075fa17a88707dfae516695_s390x",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:c9bc0666a1410e813995a3be66fbd8196546f17257686343246fefd554cf2307_amd64",
"9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:ff6fe0049cb1e5cc14d822df60f7c031b2c0202c1637efa08f280ebf2b235a28_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:7e082176754dcfd059787fde99612d5708f592aa62a44fc30eaa2e47fccc5454_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c249c245846076d49b3c386721c033739a7632ccc980e58bfbb1c3f1e4f9eb8a_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:e37f786f5bebcb8abef8570827c1887d7c021f704262e8494f8db7ac6877ef05_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:f89dc5141b4c7c3bf4288d26462595262f2cbec45a86c62972f148489beb8129_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:533f28f0301c108fd06e251a1d0f6bd061dafc1046fecdf455efce78ec7f0837_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:5fd0e06c0a8910aa9a1f18bf56bec90e346e44c30ac37a9fa55f995103eee56d_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:98617a1c636cbf2c9d8809288d1209a3f5ffc9a164764c5fc92d96ee7848e0a4_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:a9ca63e75637e38636cfd4169bf152430af95c633f7383362215fe5083e01d51_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:0ac64b4585de1fafd1dce471c5b9c9aa26ca2c047971d1e1e90017ae809661dc_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:5c99638af1e9043b3bb06da2eaafdfb28254cb0a19925cfa6a537d26cd45aa3c_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:8236a27d95b6b3e4d450991de713539c64fdefe01aa2471ad77ecbb2824096c7_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:904f0edd8865ae4d7f1409556c461ae018926aa7ca860851b5dc3e2eaa9ddc6d_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:17e4230100c33315a5283460fa619147af2afe77c206d260fedb918d15984648_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:1c3fc53aed54c81656f352a8e7d16a65a8aeaac2aa2ccf0a32e4a8726d9f60c7_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:38a5621b54f62309cd9bcb8de9ae460bbe697f5f4c2d9384f2e1b5dba87855e4_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:cc00281c10d66ff8cdc3a39ffd60b2673576d53fa8a0996120d327101b35fda0_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:bd7287b2268ee17cd672ba89314e469e1dc34ae46c1086200cc86a6921169b1f_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:c9445c0ebf15f90786a4801ef9ba98fa66c667a8381d284987c372c60c225a32_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:cde443adadafe92dc55f4937f9894ce296ccec406c3f483687c451bde0fe528e_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:e60cbf3cf8c2b8d11badca5c8cca867944d93638404cc2a3523ce1dcfb15ab5f_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:21da7e3cf58a3d3efab0f8d225ee3a715be2eadae3a847bb2426cf643e84b8e1_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:500a1fe504a7be76df4ebcaad5e69980d09c81cc9588f577904a2f1e115e331c_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f24fc6856d3537486ec66110a03cbe789856c6e0370bd19ad10e3523df472a23_amd64",
"9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:f5be7907d1a5bbc8590328947cca0ebdfbef408f2703cde40912b2a9941d9a47_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:4ce5c77ee94401adc6a6809fb69f82a5bb0c9e94e8a27a32a8a91ec320115545_ppc64le",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:aec1073d2dbacc74315b12026d100c0307ec0593a62a356eb5885b3d14d0f8ff_arm64",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:b783a6f769cf9402306d1e63834fbfeb388709a0295bc15e7184f10d8ed64bfb_s390x",
"9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:cf5f8a04a7947b6804af0254ee0ba9347d8c8370150d13a070abe419d9c2f2f2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
}
]
}
RHSA-2024:3868
Vulnerability from csaf_redhat - Published: 2024-06-17 00:43 - Updated: 2026-05-30 08:33A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the NPM IP Package. This flaw allows an attacker to perform arbitrary code execution and obtain sensitive information via the isPublic() function by inducing a Server-Side Request Forgery (SSRF) attack and obtaining access to normally inaccessible resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
|
A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer's machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le | — |
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": "Network Observability 1.6 for Red Hat OpenShift\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Network Observability 1.6.0\n\nSecurity Fix(es):\n\n* CVE-2024-29180 webpack-dev-middleware: lack of URL validation may lead to file leak\n* CVE-2024-24786 golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON\n* CVE-2023-42282 nodejs-ip: arbitrary code execution via the isPublic() function\n* CVE-2023-39326 golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests\n* CVE-2024-28849 follow-redirects: Possible credential leak\n* CVE-2024-24783 golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm\n* CVE-2023-45289 golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect\n* CVE-2023-45290 golang: net/http: memory exhaustion in Request.ParseMultipartForm\n* CVE-2024-24785 golang: html/template: errors returned from MarshalJSON methods may break template escaping\n* CVE-2024-29041 express: cause malformed URLs to be evaluated [noo-1]\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in the References section.",
"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-2024:3868",
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "2265161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265161"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "NETOBSERV-1279",
"url": "https://issues.redhat.com/browse/NETOBSERV-1279"
},
{
"category": "external",
"summary": "NETOBSERV-1408",
"url": "https://issues.redhat.com/browse/NETOBSERV-1408"
},
{
"category": "external",
"summary": "NETOBSERV-1424",
"url": "https://issues.redhat.com/browse/NETOBSERV-1424"
},
{
"category": "external",
"summary": "NETOBSERV-1453",
"url": "https://issues.redhat.com/browse/NETOBSERV-1453"
},
{
"category": "external",
"summary": "NETOBSERV-1459",
"url": "https://issues.redhat.com/browse/NETOBSERV-1459"
},
{
"category": "external",
"summary": "NETOBSERV-1462",
"url": "https://issues.redhat.com/browse/NETOBSERV-1462"
},
{
"category": "external",
"summary": "NETOBSERV-1544",
"url": "https://issues.redhat.com/browse/NETOBSERV-1544"
},
{
"category": "external",
"summary": "NETOBSERV-1598",
"url": "https://issues.redhat.com/browse/NETOBSERV-1598"
},
{
"category": "external",
"summary": "NETOBSERV-1606",
"url": "https://issues.redhat.com/browse/NETOBSERV-1606"
},
{
"category": "external",
"summary": "NETOBSERV-1607",
"url": "https://issues.redhat.com/browse/NETOBSERV-1607"
},
{
"category": "external",
"summary": "NETOBSERV-1621",
"url": "https://issues.redhat.com/browse/NETOBSERV-1621"
},
{
"category": "external",
"summary": "NETOBSERV-1630",
"url": "https://issues.redhat.com/browse/NETOBSERV-1630"
},
{
"category": "external",
"summary": "NETOBSERV-1647",
"url": "https://issues.redhat.com/browse/NETOBSERV-1647"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3868.json"
}
],
"title": "Red Hat Security Advisory: Network Observability 1.6.0 for OpenShift",
"tracking": {
"current_release_date": "2026-05-30T08:33:26+00:00",
"generator": {
"date": "2026-05-30T08:33:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:3868",
"initial_release_date": "2024-06-17T00:43:37+00:00",
"revision_history": [
{
"date": "2024-06-17T00:43:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-17T00:43:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T08:33:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "NETOBSERV 1.6 for RHEL 9",
"product": {
"name": "NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.6.0::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"product": {
"name": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"product_id": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-cli-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.6.0-78"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008?arch=arm64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.6.0-66"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"product": {
"name": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"product_id": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-cli-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"product_id": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.6.0-78"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726?arch=s390x\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.6.0-66"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"product": {
"name": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"product_id": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-cli-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"product_id": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.6.0-78"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.6.0-66"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"product": {
"name": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"product_id": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-cli-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"product": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"product_id": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-console-plugin-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"product": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"product_id": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"product": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"product_id": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9\u0026tag=v1.6.0-66"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"product": {
"name": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"product_id": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-operator-bundle\u0026tag=1.6.0-78"
}
}
},
{
"category": "product_version",
"name": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"product": {
"name": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"product_id": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43?arch=amd64\u0026repository_url=registry.redhat.io/network-observability/network-observability-rhel9-operator\u0026tag=v1.6.0-66"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64"
},
"product_reference": "network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64"
},
"product_reference": "network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le"
},
"product_reference": "network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x"
},
"product_reference": "network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x"
},
"product_reference": "network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64"
},
"product_reference": "network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le"
},
"product_reference": "network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64"
},
"product_reference": "network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64 as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le as a component of NETOBSERV 1.6 for RHEL 9",
"product_id": "9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
},
"product_reference": "network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le",
"relates_to_product_reference": "9Base-NETWORK-OBSERVABILITY-1.6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-39326",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2253330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body (up to 1GiB), causing the receiver to fail reading the response, possibly leading to a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-39326"
},
{
"category": "external",
"summary": "RHBZ#2253330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-39326"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-2382",
"url": "https://pkg.go.dev/vuln/GO-2023-2382"
}
],
"release_date": "2023-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "workaround",
"details": "No mitigation is available for this flaw.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests"
},
{
"cve": "CVE-2023-42282",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2024-02-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2265161"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the NPM IP Package. This flaw allows an attacker to perform arbitrary code execution and obtain sensitive information via the isPublic() function by inducing a Server-Side Request Forgery (SSRF) attack and obtaining access to normally inaccessible resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-ip: arbitrary code execution via the isPublic() function",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It appears that npm does not utilize the bundled code therefore Red Hat Enterprise Linux is not affected by this vulnerability.\n\nWhile the vulnerability in the NPM IP Package presents a significant security concern, it\u0027s categorized as important rather than critical due to several factors. Firstly, the misclassification of the private IP address 0x7f.1 as public by the isPublic() function does not directly lead to remote code execution or unauthorized access to critical systems. Instead, it facilitates SSRF attacks, which typically require additional conditions to fully exploit, such as the ability to influence server-side requests and responses. Additionally, the impact of SSRF attacks can vary depending on the specific environment and configuration of the affected system. While SSRF attacks can potentially lead to data exposure, service disruption, or lateral movement within a network, their severity is often mitigated by factors such as network segmentation, access controls, and the availability of sensitive resources.\n\nRed Hat Developer Hub contains a fix in 1.1-91 version.",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-42282"
},
{
"category": "external",
"summary": "RHBZ#2265161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265161"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-42282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-42282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42282"
},
{
"category": "external",
"summary": "https://cosmosofcyberspace.github.io/npm_ip_cve/npm_ip_cve.html",
"url": "https://cosmosofcyberspace.github.io/npm_ip_cve/npm_ip_cve.html"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs-ip: arbitrary code execution via the isPublic() function"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28849",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2269576"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Possible credential leak",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28849"
},
{
"category": "external",
"summary": "RHBZ#2269576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp"
}
],
"release_date": "2024-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Possible credential leak"
},
{
"cve": "CVE-2024-29041",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2024-06-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2290901"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Express.js minimalist web framework for node. Upstream versions of Express.js before 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL, Express performs an encode [using `encodeurl`](https://github.com/pillarjs/encodeurl) on the contents before passing it to the `location` header. This issue can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is `res.location()`, but this is also called from within `res.redirect()`. The vulnerability is fixed in upstream version 4.19.2 and 5.0.0-beta.3.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express: cause malformed URLs to be evaluated",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse 7 only uses express as part of build time development dependency, it is not part of the final product delivery.\n\nUpstream versions should not be relied upon for ultimate determination of affectedness. Red Hat might backport fixes from upstream versions on a case by case basis.",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29041"
},
{
"category": "external",
"summary": "RHBZ#2290901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2290901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29041"
},
{
"category": "external",
"summary": "https://expressjs.com/en/4x/api.html#res.location",
"url": "https://expressjs.com/en/4x/api.html#res.location"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd",
"url": "https://github.com/expressjs/express/commit/0867302ddbde0e9463d0564fea5861feb708c2dd"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94",
"url": "https://github.com/expressjs/express/commit/0b746953c4bd8e377123527db11f9cd866e39f94"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/pull/5539",
"url": "https://github.com/expressjs/express/pull/5539"
},
{
"category": "external",
"summary": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc",
"url": "https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/issues/1800",
"url": "https://github.com/koajs/koa/issues/1800"
}
],
"release_date": "2024-03-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "express: cause malformed URLs to be evaluated"
},
{
"cve": "CVE-2024-29180",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270863"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer\u0027s machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-middleware: lack of URL validation may lead to file leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in webpack-dev represents a important security issue due to its potential to expose sensitive files and compromise developer machines. By failing to validate URLs and normalize paths effectively, the middleware allows attackers to craft malicious requests that can retrieve arbitrary local files or perform unauthorized path traversal. This could lead to unauthorized access to confidential information, including source code, configuration files, and even system-level files. Given the widespread use of webpack-dev-middleware in web development environments, addressing this vulnerability promptly is important to prevent serious data breaches and protect the integrity of development processes.",
"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": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29180"
},
{
"category": "external",
"summary": "RHBZ#2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6",
"url": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6"
}
],
"release_date": "2024-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-17T00:43:37+00:00",
"details": "For details on how to apply this update, refer to: \n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3868"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:2791f24b0410092f1f87ff0cc37b0b17f149b20446d755995c4fc5fb2f937f15_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:798960bd10c9b7f5b688b605e50e01087361eafcc0c844394fc7762f3ca88443_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b4859faa6fb6d2a2e28100004d3daca28c7be7501aaffa92113093083de32728_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-cli-rhel9@sha256:b6588b788130d3a04d02778684aff2ce895e329115929416d9c006e2b1a86982_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:1ced6f1518fc53dfd52df9e2e823b120713eb0c894c55a5cc8925e781e2cf6cc_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:3f651994af1446e77a82b9d09786312c15d81b167766989889d3e13d365ea483_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:42a46f4b81016b1f9ad0532dc0e79286feaf6c1a764ee227d4b77b1607b90f91_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-console-plugin-rhel9@sha256:dc8d6de0a66d862bdadcfe32ead8c5f70466d40877d58fdb3de05aa703660d65_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:917b0c08532d6014acfa9b21fdb8db5d4980353151527ad0af6ec196884233bf_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:946b8f7d232509a056c8cddb800f4c8101dca3bbc4287f86369432ed76062b5b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:d67320b31e2a18b6d375ced73ec075e9057bf2273246f8fe0e82172a44c1d0f7_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-ebpf-agent-rhel9@sha256:f8e75d101cee6a6f28a43daeb9f72a32e81968228ca424c7ee9cd68c31d7c40d_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:09c7ec9405783b3a70876a17e5c498c508ee93dc44c2a2de3ec4daabba4995ea_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:2405a8a51271fb13c5a716824540b4ae5e0cdf9af62ae7257f9686ae31c853f1_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:73cc801e1b025728d6a08840af59b5d156cb0d6c75104f4a4a896b37cb28373b_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9ddb62d832e7882c6279a5708a53f5d04c5b0736ee06159dfb82d7d1b7622b59_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:1eab84f961377b696cf46a8cddde4822949f78bedaea798140d79e59e7b646f9_ppc64le",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:30868483bc25d1a7c280f05ef84659e390b568422b205fffe12c3e15d8272c92_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:d935dbd477a42f9c7f48a7fd23a6390ec7cdc536a58c75782ef2bf771ff5e688_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-operator-bundle@sha256:e8f0fb2d6325764bff266705e8320a3b7a6d23370b4710b46231d4e675ccfe7b_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:21c63e737590cb3f976549b46b8f5f20e305c3ea0621549aa6d727e0df3c7726_s390x",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:42b904be06a7a546ee0edbfbb3bfa5007734db1ab4dddb599ba92c334e0f2c43_amd64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:63ac578a124ee0d2b728e95290b0b9f67b714e3663e90eb7a99fd5ca29c47008_arm64",
"9Base-NETWORK-OBSERVABILITY-1.6.0:network-observability/network-observability-rhel9-operator@sha256:a38349c1375821d057f63f4f7f5f4ff454e0a7d32a5dd3889d0fc7f1dd2b1f41_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: lack of URL validation may lead to file leak"
}
]
}
RHSA-2024:4023
Vulnerability from csaf_redhat - Published: 2024-06-20 12:39 - Updated: 2026-05-28 20:33A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64 | — |
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": "Red Hat openshift-serverless-clients kn 1.33.0 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Serverless Client kn 1.33.0 provides a CLI to interact with\nRed Hat OpenShift Serverless 1.33.0. The kn CLI is delivered as an RPM package\nfor installation on RHEL platforms, and as binaries for non-Linux platforms.\n\nThis release includes security, bug fixes, and enhancements.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\nA Red Hat Security Bulletin, which addresses further details about the Rapid\nReset flaw is available in the References section.\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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-2024:4023",
"url": "https://access.redhat.com/errata/RHSA-2024:4023"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2277862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277862"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4023.json"
}
],
"title": "Red Hat Security Advisory: Release of openshift-serverless-clients kn 1.33.0 security update \u0026 enhancements",
"tracking": {
"current_release_date": "2026-05-28T20:33:12+00:00",
"generator": {
"date": "2026-05-28T20:33:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:4023",
"initial_release_date": "2024-06-20T12:39:35+00:00",
"revision_history": [
{
"date": "2024-06-20T12:39:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-20T12:39:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Serverless 1.0",
"product": {
"name": "Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:serverless:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Serverless"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.12.0-7.el8.src",
"product": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.src",
"product_id": "openshift-serverless-clients-0:1.12.0-7.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.12.0-7.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.12.0-7.el8.x86_64",
"product": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.x86_64",
"product_id": "openshift-serverless-clients-0:1.12.0-7.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.12.0-7.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"product": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"product_id": "openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.12.0-7.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"product": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"product_id": "openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.12.0-7.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"product": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"product_id": "openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-serverless-clients@1.12.0-7.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.aarch64 as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64"
},
"product_reference": "openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.ppc64le as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le"
},
"product_reference": "openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.s390x as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x"
},
"product_reference": "openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.src as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src"
},
"product_reference": "openshift-serverless-clients-0:1.12.0-7.el8.src",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-clients-0:1.12.0-7.el8.x86_64 as a component of Red Hat OpenShift Serverless 1.0",
"product_id": "8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
},
"product_reference": "openshift-serverless-clients-0:1.12.0-7.el8.x86_64",
"relates_to_product_reference": "8Base-Openshift-Serverless-1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T12:39:35+00:00",
"details": "See the Red Hat OpenShift serverless 1 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4023"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T12:39:35+00:00",
"details": "See the Red Hat OpenShift serverless 1 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4023"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T12:39:35+00:00",
"details": "See the Red Hat OpenShift serverless 1 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4023"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T12:39:35+00:00",
"details": "See the Red Hat OpenShift serverless 1 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4023"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T12:39:35+00:00",
"details": "See the Red Hat OpenShift serverless 1 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4023"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T12:39:35+00:00",
"details": "See the Red Hat OpenShift serverless 1 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4023"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.aarch64",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.ppc64le",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.s390x",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.src",
"8Base-Openshift-Serverless-1:openshift-serverless-clients-0:1.12.0-7.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
}
]
}
RHSA-2024:4028
Vulnerability from csaf_redhat - Published: 2024-06-20 13:20 - Updated: 2026-05-30 08:33A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the quarkus-core component. Quarkus captures local environment variables from the Quarkus namespace during the application's build, therefore, running the resulting application inherits the values captured at build time. Some local environment variables may have been set by the developer or CI environment for testing purposes, such as dropping the database during application startup or trusting all TLS certificates to accept self-signed certificates. If these properties are configured using environment variables or the .env facility, they are captured into the built application, which can lead to dangerous behavior if the application does not override these values. This behavior only happens for configuration properties from the `quarkus.*` namespace. Application-specific properties are not captured.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Jose due to improper handling of highly compressed data. This issue could allow an attacker to send a JWE containing compressed data that uses large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the io.netty:netty-codec-http package. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling issues due to the accumulation of data in the HttpPostRequestDecoder. The decoder cumulates bytes in the undecodedChunk buffer until it can decode a field, allowing data to accumulate without limits. This flaw allows an attacker to cause a denial of service by sending a chunked post consisting of many small fields that will be accumulated in the bodyListHttpData list.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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": "Red Hat OpenShift Serverless version 1.33.0 is now available.\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Version 1.33.0 of the OpenShift Serverless Operator is supported on Red Hat\nOpenShift Container Platform versions 4.12, 4.13, 4.14, 4.15 and 4.16\n\nThis release includes security, bug fixes, and enhancements.\n\nSecurity Fix(es):\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* quarkus-core: Leak of local configuration properties into Quarkus applications (CVE-2024-2700) \n* netty-codec-http: Allocation of Resources Without Limits or Throttling (CVE-2024-29025)\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n* jose-go: improper handling of highly compressed data (CVE-2024-28180)\n\nFor more details about the security issues, including the impact, a CVSS score, acknowledgements, and other related information, refer to the CVE pages listed in the References section.",
"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-2024:4028",
"url": "https://access.redhat.com/errata/RHSA-2024:4028"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33",
"url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "2272907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272907"
},
{
"category": "external",
"summary": "2273281",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273281"
},
{
"category": "external",
"summary": "2277864",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277864"
},
{
"category": "external",
"summary": "2277865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277865"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4028.json"
}
],
"title": "Red Hat Security Advisory: Release of OpenShift Serverless 1.33.0 security update \u0026 enhancements",
"tracking": {
"current_release_date": "2026-05-30T08:33:22+00:00",
"generator": {
"date": "2026-05-30T08:33:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:4028",
"initial_release_date": "2024-06-20T13:20:05+00:00",
"revision_history": [
{
"date": "2024-06-20T13:20:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-20T13:20:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T08:33:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Serverless 1.33",
"product": {
"name": "Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_serverless:1.33::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Serverless"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"product": {
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"product_id": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"product_id": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-istio-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.12.0-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"product": {
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"product_id": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"product": {
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"product_id": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-istio-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54?arch=s390x\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.12.0-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"product": {
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"product_id": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"product": {
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"product_id": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-istio-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"product": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"product_id": "openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle\u0026tag=1.33.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.12.0-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"product": {
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"product_id": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"product": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"product_id": "openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/client-kn-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"product": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"product_id": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"product": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"product_id": "openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-controller-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-controller-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"product": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"product_id": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"product": {
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"product_id": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-istio-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-post-install-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-receiver-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"product": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"product_id": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-kafka-broker-webhook-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"product_id": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-filter-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"product": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"product_id": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtbroker-ingress-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"product": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"product_id": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtchannel-broker-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"product": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"product_id": "openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-mtping-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"product": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"product_id": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-storage-version-migration-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"product": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"product_id": "openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/eventing-webhook-rhel8\u0026tag=1.12.0-6"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"product": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"product_id": "openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"product_identification_helper": {
"purl": "pkg:oci/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/func-utils-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"product": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"product_id": "openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/ingress-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"product": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"product_id": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"product_identification_helper": {
"purl": "pkg:oci/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"product": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"product_id": "openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/knative-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"product": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"product_id": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kn-cli-artifacts-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"product": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"product_id": "openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/kourier-control-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"product": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"product_id": "openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/svls-must-gather-rhel8\u0026tag=1.33.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"product": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"product_id": "openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"product": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"product_id": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/net-istio-webhook-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"product": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"product_id": "openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serverless-rhel8-operator\u0026tag=1.33.0-5"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"product": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"product_id": "openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-activator-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"product_id": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-hpa-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"product": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"product_id": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-autoscaler-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"product": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"product_id": "openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-controller-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"product": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"product_id": "openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"product_identification_helper": {
"purl": "pkg:oci/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-queue-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"product": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"product_id": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-storage-version-migration-rhel8\u0026tag=1.12.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"product": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"product_id": "openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/serving-webhook-rhel8\u0026tag=1.12.0-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x"
},
"product_reference": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le"
},
"product_reference": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64"
},
"product_reference": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64"
},
"product_reference": "openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64"
},
"product_reference": "openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x"
},
"product_reference": "openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64"
},
"product_reference": "openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64"
},
"product_reference": "openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64"
},
"product_reference": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64"
},
"product_reference": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x"
},
"product_reference": "openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64"
},
"product_reference": "openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x"
},
"product_reference": "openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64"
},
"product_reference": "openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x"
},
"product_reference": "openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le"
},
"product_reference": "openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64"
},
"product_reference": "openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le"
},
"product_reference": "openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64"
},
"product_reference": "openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le"
},
"product_reference": "openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64"
},
"product_reference": "openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x"
},
"product_reference": "openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64"
},
"product_reference": "openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x"
},
"product_reference": "openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64"
},
"product_reference": "openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x"
},
"product_reference": "openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64"
},
"product_reference": "openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64"
},
"product_reference": "openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64"
},
"product_reference": "openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le"
},
"product_reference": "openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64 as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.33"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le as a component of Red Hat OpenShift Serverless 1.33",
"product_id": "8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
},
"product_reference": "openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.33"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T13:20:05+00:00",
"details": "See the Red Hat OpenShift serverless 1.33 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4028"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2024-2700",
"cwe": {
"id": "CWE-526",
"name": "Cleartext Storage of Sensitive Information in an Environment Variable"
},
"discovery_date": "2024-04-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2273281"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the quarkus-core component. Quarkus captures local environment variables from the Quarkus namespace during the application\u0027s build, therefore, running the resulting application inherits the values captured at build time. Some local environment variables may have been set by the developer or CI environment for testing purposes, such as dropping the database during application startup or trusting all TLS certificates to accept self-signed certificates. If these properties are configured using environment variables or the .env facility, they are captured into the built application, which can lead to dangerous behavior if the application does not override these values. This behavior only happens for configuration properties from the `quarkus.*` namespace. Application-specific properties are not captured.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quarkus-core: Leak of local configuration properties into Quarkus applications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this as a Moderate impact vulnerability since this requires an attacker to have direct access to the environment variables to override, and the application must use that environment variable to be jeopardized.",
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-2700"
},
{
"category": "external",
"summary": "RHBZ#2273281",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2273281"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-2700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2700"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-2700",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2700"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T13:20:05+00:00",
"details": "See the Red Hat OpenShift serverless 1.33 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4028"
},
{
"category": "workaround",
"details": "Currently, no mitigation is available for this vulnerability. Please update as the patches become available.",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "quarkus-core: Leak of local configuration properties into Quarkus applications"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T13:20:05+00:00",
"details": "See the Red Hat OpenShift serverless 1.33 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4028"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T13:20:05+00:00",
"details": "See the Red Hat OpenShift serverless 1.33 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4028"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T13:20:05+00:00",
"details": "See the Red Hat OpenShift serverless 1.33 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4028"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268046"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang\u0027s protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. This flaw allows an attacker to craft malicious input tailored to trigger the identified flaw in the unmarshal function. By providing carefully constructed invalid inputs, they could potentially cause the function to enter an infinite loop, resulting in a denial of service condition or other unintended behaviors in the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON",
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T13:20:05+00:00",
"details": "See the Red Hat OpenShift serverless 1.33 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4028"
},
{
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
},
{
"cve": "CVE-2024-28180",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2024-03-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268854"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Jose due to improper handling of highly compressed data. This issue could allow an attacker to send a JWE containing compressed data that uses large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jose-go: improper handling of highly compressed data",
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28180"
},
{
"category": "external",
"summary": "RHBZ#2268854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28180"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g"
}
],
"release_date": "2024-03-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T13:20:05+00:00",
"details": "See the Red Hat OpenShift serverless 1.33 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4028"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jose-go: improper handling of highly compressed data"
},
{
"cve": "CVE-2024-29025",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-04-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2272907"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the io.netty:netty-codec-http package. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling issues due to the accumulation of data in the HttpPostRequestDecoder. The decoder cumulates bytes in the undecodedChunk buffer until it can decode a field, allowing data to accumulate without limits. This flaw allows an attacker to cause a denial of service by sending a chunked post consisting of many small fields that will be accumulated in the bodyListHttpData list.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http: Allocation of Resources Without Limits or Throttling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in io.netty:netty-codec-http, allowing for Allocation of Resources Without Limits or Throttling issues, is assessed as moderate severity due to its potential impact on system availability and performance. By exploiting the flaw in HttpPostRequestDecoder, an attacker can craft chunked POST requests with numerous small fields, causing excessive accumulation of data in memory buffers. This unrestricted accumulation can lead to significant memory consumption on the server, potentially exhausting available resources and resulting in denial of service (DoS) conditions.",
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29025"
},
{
"category": "external",
"summary": "RHBZ#2272907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272907"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29025"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025"
},
{
"category": "external",
"summary": "https://gist.github.com/vietj/f558b8ea81ec6505f1e9a6ca283c9ae3",
"url": "https://gist.github.com/vietj/f558b8ea81ec6505f1e9a6ca283c9ae3"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/0d0c6ed782d13d423586ad0c71737b2c7d02058c",
"url": "https://github.com/netty/netty/commit/0d0c6ed782d13d423586ad0c71737b2c7d02058c"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-5jpm-x58v-624v",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5jpm-x58v-624v"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JAVA-IONETTY-6483812",
"url": "https://security.snyk.io/vuln/SNYK-JAVA-IONETTY-6483812"
}
],
"release_date": "2024-03-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T13:20:05+00:00",
"details": "See the Red Hat OpenShift serverless 1.33 documentation at: \nhttps://access.redhat.com/documentation/en-us/red_hat_openshift_serverless/1.33",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4028"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"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": [
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:11c6882cc0742c3c53d3bcd0a6d71b12ccab2c5328fec32653e350d00080ee07_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:6066803415b4d7e3fc4571f12b6dabf4922359bdb8fa3dd8c721a4ae0de925b3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:956655c20c6fa30304a8c459b99c263649fd145edaeb7c70f29fad1b0a093882_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/backstage-plugins-eventmesh-rhel8@sha256:db18592c68475a5101a18cd71f23b9e04f3e98d404241007717c5208cd82ff3f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:26bd5ba0245ff41b8be8755c75a052e81e85a132fa7c66251c7863eb47f80591_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:4c8825fbd0600ca85b933a941bf073bc2ff9bbf3163b9de8b9795dcb8eef2cdc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:62d5fd58a6c03a51c26bf894255c42e6890828ba1b056e61fa037dbea4726c26_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8@sha256:90cefa9c45ef022442f0f528b290cce1df0957dae1b3feed7203d44b8b440609_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:7c30419b83e1ffd4f1199074d7cfcdac12c07b124d25ee176fd835707e3dacec_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:874144b4d0f4be24e3391a608f650af4eff965023ba8d59a7cf32c5ca88b3df5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:c8383b72832594a098ad3a27f3dfc6b3aac285a46b76eab1e9658c11f1d4c358_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/client-kn-rhel8@sha256:f1a607794e584e68115700572e86f3af8f161eea03fc8251c9a670d5b97bf7de_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:01082c24eecbe835ac498e62ded56790e4534dea024faaead9e42874d88343ad_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:7c50445c76a41f63b61aa9388ae2cbb303f3600629db83c501ab1de9bd2acd7a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:be492cc6fb590de87ae896db89996c267cc2d89d788c64907c8142665c696020_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8@sha256:f486c4bfd0a6ec1173aa0d597725e9fdf7c670e27eec8593eee89eed199ff3ca_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ea71c9e6b4a8b733cf0ff9091ef1ae58d142a9dc165402d55894804d5bff732_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:0ee12aec286534233cc0e622165c6d3f236cb0cae3039f054ebcedbddec64214_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:125d5cc02f87a538eae11dbf4def83770258b96642afaa07d34a96825d4fea35_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-controller-rhel8@sha256:a1c9fe0a49ca886eaf8092227ee80b498acc56504cd890bf1a98c2d11753b680_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:359af27aae18c7839a617765a2d635828ec64e9bc710dec23fbfa3fe75a3c9e9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:54bea569827ff8e2d08bb87c6175cda2e159cb366ddd06e61693b14474f11b8b_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:6c7712e760335cebea74e3174137ee5b9ed42fb9090437616d8ea52bd0847015_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-controller-rhel8@sha256:7e68c45a84379bb5ba8e4aa1e22c50ac6d40f7e7fb7ae58bbc72b770d1ad080f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:54fc3ac7f7ce24b1d6b3cb8bb5c61163d69a573152c548681d23c04bf1e40299_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:9bd0160cab40028bd5ddff970ba822e03a8ee60a1171a4637806f8b81db14af9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:e6e0217a9ed70feb8b9939b1c6506a49dddd2241e3ec71089ea01edef89c19f7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8@sha256:f315f116df7b1e57ee456e5bcdd885f84477062d5c71fe2f82838099eb3d82d1_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:3c2d9de6e929b9356cd52b8cc1909654765af899d604c2aa946c59931d403550_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:4bb080ec3b2b9b4ba5b28b74a78eeecdc6fbc7ec0a97e71bd9b21890ce98c8d9_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:530aaff3e1a9eccc4939006551a8391dd0db91a4cbf741d0bf409ae8998cca2e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-istio-controller-rhel8@sha256:bdff70e5278e893ba6a3076a75a1cc4278b24211129ddf40fe32eee1b48eb6db_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:163ba4d81339b98399b9217f60cd228a7b8979cb885aa043539e1bd873065107_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:431f15108abdb61037e8890f4f3c19766082f84fa5a0b08ba12a003fc01d4783_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:8f703a1d93a8bccaa574f542f0b8783dd03c03ac1226a1229069c81df8f5bb28_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-controller-rhel8@sha256:fb72cf19da3f2dd118e3d269a7aa1c30d5a20f389df3594708dc246c228db180_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:023a8f7c5d8bc8371c7194c42d7ed8ecff40fa02f3cff92d5a7c514627ad52d3_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:15a0588dfefa7b8f414ec5edd6e26bd20a905fb065ae238fd942dc332d14303a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:b438aa6a2cd6f183d97132a96319bac1bcf95a4445663663fc5ce9dffac940a7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8@sha256:e93f3ef4b17b59d8e1bfa1ca0938829398393c102dfb27b515531880caf48d0d_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:360314bb82742798e632f55edbd0b36fe51a7f69c16845e6d4065b600ece835e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:605ac3ae488ee2b4804c0434ea3d5fb5566769749a8e56086fb40b0f4d2653ed_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:8fd733af842a6ecbc8d345dffb960afbd4b4faf0a224f40dae804e387750b03e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-post-install-rhel8@sha256:b607a861b17845d534cb350697b405c23af39e9c5e3a9c13e481bf5edc12f7d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:045b2c964aeb5afacf460ed5c73c62c0520c1524a12fb0fad4d4ce2dd7e2bf88_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:1729a87df9fd265dcc0a1229ee9e69f032cfb0a9084a15f06f3ebecdef2853a6_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:671752418a11f803999d350aa7e8f159cb89504f75998dd7c63bc094f7affc69_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-receiver-rhel8@sha256:b7de469f15e79217398321922b7b0dcf42b929ff8c869f084c8bf57d3f7d17bc_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:0129294bbc5b5242e37e3ead084406069ab0a0b413afd7e0b5e2c91cafa44bc9_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:5df89dbe842bb5bf056e6acef0cd434d99976eeb97a3dcc16272de8e8b2bb240_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:72e03ca0393a8980bcb27730c7058912f267961ab01e1234e2759b414e1860ad_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-kafka-broker-webhook-rhel8@sha256:d4dc6c09b889d49329e3f1c3097c27bb5877e6c332d683204e12d002e78dac53_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:235194d9834c39d0bdeab915987d97ca582c1e060ceab62fd4416799da4a6305_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:23bd03e4024418ee646220c3b35149fa9e260fc689e50db55426db6d383ffff8_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:2672c17f5f6e68b370f3df8e1150c7f65e79c4a055cea101f96e2cd0d2669ebe_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-filter-rhel8@sha256:7d25414a92844524e5dfaff275332ed70b350cca774c8d8ae2e8b1800ddf1e92_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:4dcf5b1d0d038fe737ecc8f06e4a91a73b33158a85b08abccf2f3276f3f208b7_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:928a4b16a47d839cecd27900bbb7b227c90c6a126ef165f0d5f843393e3b6ebe_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:a93823f5dadea3ceae7febe8b91966199f3b68b5bc51ccc1248cd8dcf832573f_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtbroker-ingress-rhel8@sha256:c85fbbbd5dc76e832fbedfb37557c4fe544f6c41db880bb7e97378eefc1fda63_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:215ca50cb2566f3d21921bb117337782932e5fed8b593fb710b1c03fe29e7608_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:b991af4ca223230db6ef9222a2187fcb7cde738b0094407d9d103185917fafc5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:bc3df5469ee0227b6f743cd0b0a4ab007a9c4a4fb11942a1c706a5b4072a0e30_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtchannel-broker-rhel8@sha256:e07347674fd4d9a225662e2ca0302b866f252ff5a3423eab65cba77f79563cd6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:5baf639306d4222f58425554d3a2954beaaabf770d4d774d5827f54577adc254_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:85ef3fc6e27ae1c554646a3b9287e50fbea46e087f6e04dfc2b06e3dfb624e3a_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:8f061c89c0baf9e0422a5295ca68257126c1b4a985e7c627bf45e60f49fe6000_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-mtping-rhel8@sha256:9481af08219292b880346dc915cacb8fe7e0dede537e8920cc4f26d86cf427c0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:6ae32f77c1a8f8d4b5b9e5ec9080814f295f1dc33d62a1af5f77ef29ea422308_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:a4bf277cd5c275eb70351bf9a70c82c2c366745245b65c221f29d285a5626842_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:b35cea73fba17d2ef1cb154b5dbc5049be751b8126b7da25988df5e27f40c253_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-storage-version-migration-rhel8@sha256:dc29ce1b7296bee59cf28ef96bcbb2bf1b27df8c93a7ec420443f34d3c9550c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:2bbde07d0a3730bd648d3f64e5d3888df617440d3884e12f48de1955eb12576e_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9a70eda695b9cfd1b77382f7812481eab6bb53fdfc9e99c381288aad2f4c5b01_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:9f7920e62d54992668197fed0e2a65ee159594035dbc1e5056765c1ae0ec139e_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/eventing-webhook-rhel8@sha256:c1d7caeb982b29cbd649052b304da2aeb772c8f84949a9164f03d1e8c2d36048_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:69b3583b326f5caa4f9329a22cd1c4f2f8f746974e3578c975aac1428722b5d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:8b960e1046778f0f03720a38344eeb7c50a3f5bc817ed1320d7e45d381a0dd38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:9c1d19d77700bb4735db0565fb8170e25ac065fa12aa9c63988e497e55d4e570_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/func-utils-rhel8@sha256:dac2a252880391e0efd0148082ae00e86d51fbbb359993795ec42cd70cc07dbb_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:1e6741cc3ad3f2156de26134d2f4964f126541d226736aad36e3ceaccd193e97_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:7b00670f851191149279c742626a564e907403d5017baf4c037d94459832ff97_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:9fa43963a6cb56a20d76b93d47557ce9fad0d9ba23d817711ee3ee8476fd56b5_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/ingress-rhel8-operator@sha256:c7f8b24a1d748a410ba3af5b64f7239ea5c2b4606fe97c5697e31c2d3e35de4d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:1b06f6583024062c084f3525935ea11058383acc7fbed91bd369bfdac452a48a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:21095d747375922e6ddf40464cc6b3c716238d9917aff27041b1822aaddeec38_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:8d11e2a3d7866184a79fc28bb78adfd2731e952375bef02167459442165cd604_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kn-cli-artifacts-rhel8@sha256:f590fdd4d7356554848cb9fe3e4fb3c84a38d148aa1e0f6329aadcbe4455f572_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:07dab87627947fc390270e8065aaba791234b601e4a7c34f49da645bb528cc2f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:67d3ab089fe8f4703276812f8ef49a5f6ee7e979b72ee0db66be4218405245af_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:bd74a494fdc5138817db51c6e0b1f9caf454706bf90d831a095ea1f62b90d3da_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/knative-rhel8-operator@sha256:cd3e0432f2c8a5c4e22af8a868881d12a02e6d060fb79d9d48361f0cab9edf7e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:488ed0b79e56b6500a0214cc73734e0c7039b811c400475fbfdc53fbf4ca7c52_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6a60ede63ff9713a0c8c103afab5738a14c60d876fe20b5827cc1a33e7294e61_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:6d20d99773db1aee48c1947caa575590b77024ed88e983b2e41c2cbabc0594f8_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/kourier-control-rhel8@sha256:dc801446e9845e27ff3566370d3608e1489aad7fcbb1e744b397d7e311a7983b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:594e6bfcc3a7bc2b758d474893411b4219338501c160a6261bb0c1590db3a578_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:9c0a08604f67071c87d11b46dee42436921a97373427fc0912eb9cb5fb12ad1e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:ac41b23d6cb0f81922a15a40af4b8d6d1352d34907521911cf7140bfaeb8db2b_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-controller-rhel8@sha256:db5e905ef1d2268d53e74a78990dabd05f611d5259e1e17d76e0a046d107088f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:08682bcec95697eba17074cb5e822c5835b782d0720c43cb3775cbd7eac17dd4_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:1a038017bb2e087d730ca6992892d65a7dfd194fd259fe4f2aec662cf636fe2d_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:578ba503415432fe1ec565497bfd1973c1ce6d0471a362f3d2045616e86c7eb3_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/net-istio-webhook-rhel8@sha256:91c1f546dca08d0c22e3f34bb471c91de770ac4de09c147ff3b94df404167725_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-operator-bundle@sha256:9bee3204d9fafe46f9f188e7ea10ac4843eaaf72a5f9dda68f6d8d7a92310218_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:16b2c04bbd1acabb152981303a62e2d24e8673be5593c1edd573ddf4a5b1fd0e_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:4d6163c988dc978305fffc426b77e458819f8be70059fd9797d74ff7b84ac8e7_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:5c4f6ef16e63d939eb0385479307000c4cfd360515a84d11519bae9b76c4624f_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serverless-rhel8-operator@sha256:8c0a548d472da7e713466486c69a2792d7a9d5ca0acd15804ee1a28dc78669d0_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:04ae5a989f46e7880d7b0f9ed1131fb296e982fc881bdc8abd5945d8734d3376_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:1897be3433de3a2213eb4f30d72210a9248c1ad5cb57a3ae5d6b65433d8a4c01_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:5cf836b2d809a8daaa2a5bd8dff43ad952feb5ba6cdef56829de4d3d034804c5_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-activator-rhel8@sha256:ffba5e89e9d3fff5422744f2c9a475d7e54eec1929b1dd44995ecd00d0883361_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:0244d966aa8098cd28621a6a728b127280acf6abc0a42360e602f34f58081f31_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:11388b055df24f0e8cdece0a14893f5e7885d26de4b408fd0e7b9e28bfdd245f_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:19a9b11a180b23f0e4c672d532a11fa404bb10e088929d9d35f0fdbe0283ed11_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-hpa-rhel8@sha256:bca49f6c8cfa30cd4e7358409c191f0931fc1ec5c8b4c7753fca1374747b0ee6_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:0691f551c1414d312b0867b49b3f1c79cd610d077034fe3208320cdf0b5aeb29_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:3e07a3169b423c1313f6e3ab4856b25958dc7101a9bc7377a2560d5b7caeaf5a_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:62c374449452aad14a8fb1004130fba118970bc22698205435768a2e243512bc_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-autoscaler-rhel8@sha256:7e8c46ff5b08349cad24128fae55e6f101542ba5a486e324c08ad585bccbce71_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:47d03da4f43e37f4563939800dfbf99054cb5ddbdd1ce6f76bdacb880d67c48a_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:c7812e8d1085fb3a9144aab8a947a843a9a2681a7ec127f43a168d1acbda0d23_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:e6387707539fd40a9254d0bc35de7da8eb8d1621de5ec532a8cdf426f19d4a97_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-controller-rhel8@sha256:f11e9dc55723dc3412486933f0e0a51741237d31f3058a2425265398a8f083f0_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:0e301364e593f19b70ea51a917ffe57be442304f7bec75bbab2ae442d95e3976_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:5f549046c0438646218e4ad4050e7fd8ca91536bb647fd0c9359e1c6d982292e_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:619c1e35961b4ba64e72ff0393148afdddc3edab7c9fb844c3f9033c0a9c9b2b_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-queue-rhel8@sha256:c336a32aae99ee8a623b0937c7f328acb6177a4fd9cf6e162fcfd47544152291_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:2db34609322e86c864ef910f351f7f17224a3bff41123328a644b264832f0145_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:3c9579bcd5300eacd7acbc5a5a04072f26b55d7e586e58145014bcfab2fe68f1_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:da6a3b1031f2603c303fb5a222429cc0ff4af68970b8a46e82010c8daba0c1e8_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-storage-version-migration-rhel8@sha256:f5c11eb042f23e5b126bd1155bbe7dc91a388244a58fb3f463e25aaa2b627a34_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:76c714a80abef1c826122878b7b725dd53448196c2e637a4a0a953d6a6c9ed54_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:99624ffb730f382463b39888a23fd4b3bdfff549a0fa76099119a5d2151c3f51_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:b5d02472ee3e67ca4505ab842b5c61274890ef78ffa67600640b7866c5d0f5cd_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/serving-webhook-rhel8@sha256:e364372527a7e60a03efd724154cfbb37c56529befe270ca203ec32d5c20e4e4_ppc64le",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:1c058d18afa08b95d97a45e0e5370825915782d1cf139ad28697004adc122efa_arm64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:534f171791745c50815cdca065a1e34b662c9eb080f09831181298b6a61765a3_s390x",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad31790d138ec0c058bed0d57c1837d3622a515a2ac1780f75f98ab392377205_amd64",
"8Base-RHOSS-1.33:openshift-serverless-1/svls-must-gather-rhel8@sha256:ad71064dcf8881d00d28d132c2b10f6b915c3b37dc593d34f7559a19ddb715ad_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-codec-http: Allocation of Resources Without Limits or Throttling"
}
]
}
RHSA-2024:4034
Vulnerability from csaf_redhat - Published: 2024-06-20 16:13 - Updated: 2026-05-28 20:33A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le | — |
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": "OpenShift container images for the Red Hat Service Interconnect 1.5 release.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Service Interconnect 1.5 creates a service network, linking TCP and HTTP services across the hybrid cloud.\nA service network enables communication between services running in different network locations or sites.\n\nIt allows geographically distributed services to connect as if they were all running in the same site.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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-2024:4034",
"url": "https://access.redhat.com/errata/RHSA-2024:4034"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "SKUPPER-1705",
"url": "https://issues.redhat.com/browse/SKUPPER-1705"
},
{
"category": "external",
"summary": "SKUPPER-1812",
"url": "https://issues.redhat.com/browse/SKUPPER-1812"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4034.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Service Interconnect 1.5.4 Release security update (images)",
"tracking": {
"current_release_date": "2026-05-28T20:33:15+00:00",
"generator": {
"date": "2026-05-28T20:33:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:4034",
"initial_release_date": "2024-06-20T16:13:10+00:00",
"revision_history": [
{
"date": "2024-06-20T16:13:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-20T16:13:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Service Interconnect 1",
"product": {
"name": "Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Service Interconnect"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"product": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.4-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f?arch=amd64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.4-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"product": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"product": {
"name": "service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"product_id": "service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-operator-bundle\u0026tag=1.5.4-2"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"product": {
"name": "service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"product_id": "service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-router-rhel9\u0026tag=2.5.3-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6?arch=arm64\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.4-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"product": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27?arch=ppc64le\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.4-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"product": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"product_id": "service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-config-sync-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"product": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"product_id": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-container-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"product": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"product_id": "service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-controller-podman-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"product": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"product_id": "service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-flow-collector-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"product": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"product_id": "service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-service-controller-rhel9\u0026tag=1.5.4-1"
}
}
},
{
"category": "product_version",
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"product": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"product_id": "service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd?arch=s390x\u0026repository_url=registry.redhat.io/service-interconnect/skupper-site-controller-rhel9\u0026tag=1.5.4-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64"
},
"product_reference": "service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le"
},
"product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x"
},
"product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64"
},
"product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64"
},
"product_reference": "service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64"
},
"product_reference": "service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64"
},
"product_reference": "service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64"
},
"product_reference": "service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64"
},
"product_reference": "service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64"
},
"product_reference": "service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64 as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le as a component of Red Hat Service Interconnect 1",
"product_id": "9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le"
},
"product_reference": "service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le",
"relates_to_product_reference": "9Base-Service-Interconnect-1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T16:13:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4034"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le"
]
}
],
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-20T16:13:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4034"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:2e1d7dec803be1c1ffded00635f745f0691d86edc6c4576f285225e292cb6885_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:3c4213507b54371c603cf95b52d346549a6a588e47454ab5c59c602c81e4e719_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:7417dd94c72f697b0194ec3430aefcd53074c5c353b210298b7012f5b35511da_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:f4073ebfafda5d847abb3b4429e35ece7107866dead94ec5a90c009905105352_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-container-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:1971d75601f7495ecb0375f3547f5ac718466ac8bcbe13d0eb3b30ce4db75b3d_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:2f76950fa9874ba93b437d218c7eb4923871072e29c51fe057cda5589e3dde0a_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b32e96d024cd877c3501b338e9d20218218359ebdf88b3e0745c59b38bdcc268_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:ce560444ad40e6cf92fa446cb8a50b081b91c292e0588965c42e86476b39a23f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:127780faef70d6015eff3c3ba0a108fa26ba18b1794e5b60c8ee2bb696ae4232_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:828f14882526d50e1a87071c3ae97c9805e5b1873974c6ea332c58674f4b8db2_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:ec468a0f7e21c47f1a092deb64f330490a45751991336cd97473dced366afd75_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:f5bc6ca008d1429b187b7283167c610c670ffb41168bc63a86a8ca7b6d9d9fe7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:1149aa94f8b90f5d3465be98b5987e87aa98360a52d2feb5f1db440652a11173_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:e8abb03720a450190a62c9f4a43bd3afdc09f30d7bedcdf22be97138263dd2a7_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:39df97ea1774b942b5bf1965f56da4ba2dcbfd8aad05a4611fbc334c01fbb13d_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:c77ee9fafbbfb708007d93616aa853379db2af25e23c49ebf3ce703ff4b23f28_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:0a38f9096db65c7f2abc64749d34ee2277d46e0d037e0a40e89c2d39cc5be7f0_ppc64le",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:3f879b5ce179ea8284d7ac364cb0a408909878205fab10c9624403b7b59da00d_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:958aa99f850af72491ae40ff3252923cfd638307e6f3af54b34c38fd70286459_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:9af0f0a5d3778297728506b779b638a185e129e74876a1a57efef522b0b7c38b_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:5f08fcf316bd6ec13bbab275ef67c6d176bcee7b763926c68c913247aa2ac7a6_arm64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:b06235b32b81d24d40761b358eff2db65a7f18db8cdee7c099b8833ad66a2fcd_s390x",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:beaa6806edfefbf50a94d7dcdbf11e9e69447556794c7e82c190d75e63188d4f_amd64",
"9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f1dd18bb676d367b031f136f997632957ba5b947d9b0595e5ff7821910ee2a27_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
}
]
}
RHSA-2024:4125
Vulnerability from csaf_redhat - Published: 2024-06-26 13:56 - Updated: 2026-05-28 20:33A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64 | — |
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": "This is release 1.4 of the rpms for Red Hat Service Interconnect. Red Hat Service Interconnect 1.4 introduces a service network, linking TCP and HTTP services across the hybrid cloud.\nA service network enables communication between services running in different network locations or sites. It allows geographically distributed services to connect as if they were all running in the same site.\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "As a Kubernetes user, I cannot connect easily connect services from one cluster with services on another cluster. Red Hat Application Interconnect enables me to create a service network and it allows geographically distributed services to connect as if they were all running in the same site.",
"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-2024:4125",
"url": "https://access.redhat.com/errata/RHSA-2024:4125"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.4",
"url": "https://docs.redhat.com/en/documentation/red_hat_service_interconnect/1.4"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4125.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Service Interconnect 1.4.5 Release security update",
"tracking": {
"current_release_date": "2026-05-28T20:33:15+00:00",
"generator": {
"date": "2026-05-28T20:33:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:4125",
"initial_release_date": "2024-06-26T13:56:19+00:00",
"revision_history": [
{
"date": "2024-06-26T13:56:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-26T13:56:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Service Interconnect 1.4",
"product": {
"name": "Red Hat Service Interconnect 1.4",
"product_id": "8Base-Service-Interconnect-1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1.4::el8"
}
}
},
{
"category": "product_name",
"name": "9Base-Service-Interconnect-1.4",
"product": {
"name": "9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_interconnect:1.4::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Service Interconnect"
},
{
"branches": [
{
"category": "product_version",
"name": "skupper-cli-0:1.4.5-1.el8.src",
"product": {
"name": "skupper-cli-0:1.4.5-1.el8.src",
"product_id": "skupper-cli-0:1.4.5-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.5-1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.5-1.el9.src",
"product": {
"name": "skupper-cli-0:1.4.5-1.el9.src",
"product_id": "skupper-cli-0:1.4.5-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.5-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skupper-cli-0:1.4.5-1.el8.x86_64",
"product": {
"name": "skupper-cli-0:1.4.5-1.el8.x86_64",
"product_id": "skupper-cli-0:1.4.5-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.5-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skupper-cli-0:1.4.5-1.el9.x86_64",
"product": {
"name": "skupper-cli-0:1.4.5-1.el9.x86_64",
"product_id": "skupper-cli-0:1.4.5-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skupper-cli@1.4.5-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.5-1.el8.src as a component of Red Hat Service Interconnect 1.4",
"product_id": "8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src"
},
"product_reference": "skupper-cli-0:1.4.5-1.el8.src",
"relates_to_product_reference": "8Base-Service-Interconnect-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.5-1.el8.x86_64 as a component of Red Hat Service Interconnect 1.4",
"product_id": "8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64"
},
"product_reference": "skupper-cli-0:1.4.5-1.el8.x86_64",
"relates_to_product_reference": "8Base-Service-Interconnect-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.5-1.el9.src as a component of 9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src"
},
"product_reference": "skupper-cli-0:1.4.5-1.el9.src",
"relates_to_product_reference": "9Base-Service-Interconnect-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skupper-cli-0:1.4.5-1.el9.x86_64 as a component of 9Base-Service-Interconnect-1.4",
"product_id": "9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64"
},
"product_reference": "skupper-cli-0:1.4.5-1.el9.x86_64",
"relates_to_product_reference": "9Base-Service-Interconnect-1.4"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"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": [
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src",
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-26T13:56:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src",
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4125"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src",
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.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": [
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src",
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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": [
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src",
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-26T13:56:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src",
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:4125"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src",
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.src",
"8Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el8.x86_64",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.src",
"9Base-Service-Interconnect-1.4:skupper-cli-0:1.4.5-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
}
]
}
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.