{"document":{"aggregate_severity":{"namespace":"https://www.suse.com/support/security/rating/","text":"moderate"},"category":"csaf_vex","csaf_version":"2.0","distribution":{"text":"Copyright 2024 SUSE LLC. All rights reserved.","tlp":{"label":"WHITE","url":"https://www.first.org/tlp/"}},"lang":"en","notes":[{"category":"summary","text":"SUSE CVE-2022-41725","title":"Title"},{"category":"description","text":"A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing \"up to maxMemory bytes +10MB (reserved for non-file parts) in memory\". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type's documentation states, \"If stored on disk, the File's underlying concrete type will be an *os.File.\". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.","title":"Description of the CVE"},{"category":"legal_disclaimer","text":"CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).","title":"Terms of use"}],"publisher":{"category":"vendor","contact_details":"https://www.suse.com/support/security/contact/","name":"SUSE Product Security Team","namespace":"https://www.suse.com/"},"references":[{"category":"external","summary":"CVE-2022-41725","url":"https://www.suse.com/security/cve/CVE-2022-41725"},{"category":"external","summary":"SUSE Security Ratings","url":"https://www.suse.com/support/security/rating/"},{"category":"external","summary":"SUSE Bug 1208272 for CVE-2022-41725","url":"https://bugzilla.suse.com/1208272"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1897-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-June/015197.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:2729-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-August/015974.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:674-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014046.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:768-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014137.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:776-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014142.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:785-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014159.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:789-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014160.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:802-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014176.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:0733-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014038.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:0735-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014037.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:0869-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014132.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:0871-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014139.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:2312-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/015005.html"}],"title":"SUSE CVE CVE-2022-41725","tracking":{"current_release_date":"2025-07-29T23:38:02Z","generator":{"date":"2023-02-16T03:03:07Z","engine":{"name":"cve-database.git:bin/generate-csaf-vex.pl","version":"1"}},"id":"CVE-2022-41725","initial_release_date":"2023-02-16T03:03:07Z","revision_history":[{"date":"2023-02-16T03:03:07Z","number":"2","summary":"Current version"},{"date":"2023-02-18T02:21:24Z","number":"3","summary":"Current version"},{"date":"2023-03-15T03:35:14Z","number":"4","summary":"Current version"},{"date":"2023-03-17T04:22:17Z","number":"5","summary":"Current version"},{"date":"2023-03-23T04:11:15Z","number":"6","summary":"Current version"},{"date":"2023-03-24T02:48:30Z","number":"7","summary":"Current version"},{"date":"2023-03-26T02:30:43Z","number":"8","summary":"Current version"},{"date":"2023-03-29T01:53:57Z","number":"9","summary":"Current version"},{"date":"2023-05-31T02:48:40Z","number":"10","summary":"Current version"},{"date":"2023-06-15T00:56:27Z","number":"11","summary":"Current version"},{"date":"2023-08-21T02:14:27Z","number":"12","summary":"Current version"},{"date":"2024-11-23T01:00:13Z","number":"13","summary":"Current version"},{"date":"2025-01-01T02:53:21Z","number":"14","summary":"Current version"},{"date":"2025-01-04T02:06:05Z","number":"15","summary":"Current version"},{"date":"2025-02-14T07:28:34Z","number":"16","summary":"Current version"},{"date":"2025-02-16T07:14:37Z","number":"17","summary":"Current version"},{"date":"2025-03-15T07:22:03Z","number":"18","summary":"Current version"},{"date":"2025-03-22T14:40:18Z","number":"19","summary":"Current version"},{"date":"2025-04-02T09:25:32Z","number":"20","summary":"Current version"},{"date":"2025-05-17T04:52:22Z","number":"21","summary":"Current version"},{"date":"2025-07-29T23:38:02Z","number":"22","summary":"Current version"}],"status":"interim","version":"22"}},"product_tree":{"branches":[{"branches":[{"branches":[{"category":"product_name","name":"SUSE CaaS Platform 4.0","product":{"name":"SUSE CaaS Platform 4.0","product_id":"SUSE CaaS Platform 4.0","product_identification_helper":{"cpe":"cpe:/o:suse:caasp:4.0"}}},{"category":"product_name","name":"SUSE Enterprise Storage 7","product":{"name":"SUSE Enterprise Storage 7","product_id":"SUSE Enterprise Storage 7","product_identification_helper":{"cpe":"cpe:/o:suse:ses:7"}}},{"category":"product_name","name":"SUSE Enterprise Storage 7.1","product":{"name":"SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1","product_identification_helper":{"cpe":"cpe:/o:suse:ses:7.1"}}},{"category":"product_name","name":"SUSE Liberty Linux 8","product":{"name":"SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8","product_identification_helper":{"cpe":"cpe:/o:suse:sll:8"}}},{"category":"product_name","name":"SUSE Liberty Linux 9","product":{"name":"SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9","product_identification_helper":{"cpe":"cpe:/o:suse:sll:9"}}},{"category":"product_name","name":"SUSE Linux Enterprise Desktop 15 SP4","product":{"name":"SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4","product_identification_helper":{"cpe":"cpe:/o:suse:sled:15:sp4"}}},{"category":"product_name","name":"SUSE Linux Enterprise Desktop 15 SP5","product":{"name":"SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sled:15:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Desktop 15 SP6","product":{"name":"SUSE Linux Enterprise Desktop 15 SP6","product_id":"SUSE Linux Enterprise Desktop 15 SP6","product_identification_helper":{"cpe":"cpe:/o:suse:sled:15:sp6"}}},{"category":"product_name","name":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS","product":{"name":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS","product_identification_helper":{"cpe":"cpe:/o:suse:sle_hpc-ltss:15:sp1"}}},{"category":"product_name","name":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product":{"name":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_identification_helper":{"cpe":"cpe:/o:suse:sle_hpc-ltss:15:sp2"}}},{"category":"product_name","name":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product":{"name":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_identification_helper":{"cpe":"cpe:/o:suse:sle_hpc-espos:15:sp3"}}},{"category":"product_name","name":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product":{"name":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_identification_helper":{"cpe":"cpe:/o:suse:sle_hpc-ltss:15:sp3"}}},{"category":"product_name","name":"SUSE Linux Enterprise High Performance Computing 15 SP4","product":{"name":"SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4","product_identification_helper":{"cpe":"cpe:/o:suse:sle_hpc:15:sp4"}}},{"category":"product_name","name":"SUSE Linux Enterprise High Performance Computing 15 SP5","product":{"name":"SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sle_hpc:15:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise High Performance Computing 15 SP6","product":{"name":"SUSE Linux Enterprise High Performance Computing 15 SP6","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP6","product_identification_helper":{"cpe":"cpe:/o:suse:sle_hpc:15:sp6"}}},{"category":"product_name","name":"SUSE Linux Enterprise High Performance Computing 15 SP7","product":{"name":"SUSE Linux Enterprise High Performance Computing 15 SP7","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP7","product_identification_helper":{"cpe":"cpe:/o:suse:sle_hpc:15:sp7"}}},{"category":"product_name","name":"SUSE Linux Enterprise Module for Containers 15 SP4","product":{"name":"SUSE Linux Enterprise Module for Containers 15 SP4","product_id":"SUSE Linux Enterprise Module for Containers 15 SP4","product_identification_helper":{"cpe":"cpe:/o:suse:sle-module-containers:15:sp4"}}},{"category":"product_name","name":"SUSE Linux Enterprise Module for Containers 15 SP5","product":{"name":"SUSE Linux Enterprise Module for Containers 15 SP5","product_id":"SUSE Linux Enterprise Module for Containers 15 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sle-module-containers:15:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Module for Containers 15 SP6","product":{"name":"SUSE Linux Enterprise Module for Containers 15 SP6","product_id":"SUSE Linux Enterprise Module for Containers 15 SP6","product_identification_helper":{"cpe":"cpe:/o:suse:sle-module-containers:15:sp6"}}},{"category":"product_name","name":"SUSE Linux Enterprise Module for Containers 15 SP7","product":{"name":"SUSE Linux Enterprise Module for Containers 15 SP7","product_id":"SUSE Linux Enterprise Module for Containers 15 SP7","product_identification_helper":{"cpe":"cpe:/o:suse:sle-module-containers:15:sp7"}}},{"category":"product_name","name":"SUSE Linux Enterprise Module for Development Tools 15 SP4","product":{"name":"SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4","product_identification_helper":{"cpe":"cpe:/o:suse:sle-module-development-tools:15:sp4"}}},{"category":"product_name","name":"SUSE Linux Enterprise Module for Development Tools 15 SP5","product":{"name":"SUSE Linux Enterprise Module for Development Tools 15 SP5","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sle-module-development-tools:15:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Module for Development Tools 15 SP6","product":{"name":"SUSE Linux Enterprise Module for Development Tools 15 SP6","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP6","product_identification_helper":{"cpe":"cpe:/o:suse:sle-module-development-tools:15:sp6"}}},{"category":"product_name","name":"SUSE Linux Enterprise Real Time 15 SP3","product":{"name":"SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3","product_identification_helper":{"cpe":"cpe:/o:suse:sle_rt:15:sp3"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server 15 SP1-LTSS","product":{"name":"SUSE Linux Enterprise Server 15 SP1-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP1-LTSS","product_identification_helper":{"cpe":"cpe:/o:suse:sles-ltss:15:sp1"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server 15 SP2-LTSS","product":{"name":"SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS","product_identification_helper":{"cpe":"cpe:/o:suse:sles-ltss:15:sp2"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server 15 SP3-LTSS","product":{"name":"SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS","product_identification_helper":{"cpe":"cpe:/o:suse:sles-ltss:15:sp3"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server 15 SP4","product":{"name":"SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4","product_identification_helper":{"cpe":"cpe:/o:suse:sles:15:sp4"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server 15 SP4-TERADATA","product":{"name":"SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA","product_identification_helper":{"cpe":"cpe:/o:suse:sles_teradata:15:sp4"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server 15 SP5","product":{"name":"SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sles:15:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server 15 SP6","product":{"name":"SUSE Linux Enterprise Server 15 SP6","product_id":"SUSE Linux Enterprise Server 15 SP6","product_identification_helper":{"cpe":"cpe:/o:suse:sles:15:sp6"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server 15 SP7","product":{"name":"SUSE Linux Enterprise Server 15 SP7","product_id":"SUSE Linux Enterprise Server 15 SP7","product_identification_helper":{"cpe":"cpe:/o:suse:sles:15:sp7"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server for SAP Applications 15 SP1","product":{"name":"SUSE Linux Enterprise Server for SAP Applications 15 SP1","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP1","product_identification_helper":{"cpe":"cpe:/o:suse:sles_sap:15:sp1"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server for SAP Applications 15 SP2","product":{"name":"SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_identification_helper":{"cpe":"cpe:/o:suse:sles_sap:15:sp2"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server for SAP Applications 15 SP3","product":{"name":"SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_identification_helper":{"cpe":"cpe:/o:suse:sles_sap:15:sp3"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server for SAP Applications 15 SP4","product":{"name":"SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_identification_helper":{"cpe":"cpe:/o:suse:sles_sap:15:sp4"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server for SAP Applications 15 SP5","product":{"name":"SUSE Linux Enterprise Server for SAP Applications 15 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sles_sap:15:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server for SAP Applications 15 SP6","product":{"name":"SUSE Linux Enterprise Server for SAP Applications 15 SP6","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP6","product_identification_helper":{"cpe":"cpe:/o:suse:sles_sap:15:sp6"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server for SAP Applications 15 SP7","product":{"name":"SUSE Linux Enterprise Server for SAP Applications 15 SP7","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP7","product_identification_helper":{"cpe":"cpe:/o:suse:sles_sap:15:sp7"}}},{"category":"product_name","name":"SUSE Manager Proxy 4.3","product":{"name":"SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3","product_identification_helper":{"cpe":"cpe:/o:suse:suse-manager-proxy:4.3"}}},{"category":"product_name","name":"SUSE Manager Retail Branch Server 4.3","product":{"name":"SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3","product_identification_helper":{"cpe":"cpe:/o:suse:suse-manager-retail-branch-server:4.3"}}},{"category":"product_name","name":"SUSE Manager Server 4.3","product":{"name":"SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3","product_identification_helper":{"cpe":"cpe:/o:suse:suse-manager-server:4.3"}}},{"category":"product_name","name":"openSUSE Leap 15.4","product":{"name":"openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4","product_identification_helper":{"cpe":"cpe:/o:opensuse:leap:15.4"}}},{"category":"product_name","name":"openSUSE Leap 15.5","product":{"name":"openSUSE Leap 15.5","product_id":"openSUSE Leap 15.5","product_identification_helper":{"cpe":"cpe:/o:opensuse:leap:15.5"}}},{"category":"product_name","name":"openSUSE Tumbleweed","product":{"name":"openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed","product_identification_helper":{"cpe":"cpe:/o:opensuse:tumbleweed"}}},{"category":"product_version","name":"buildah-1.31.3-1.el9","product":{"name":"buildah-1.31.3-1.el9","product_id":"buildah-1.31.3-1.el9","product_identification_helper":{"cpe":"cpe:2.3:a:buildah_project:buildah:1.31.3:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/buildah@1.31.3-1.el9?upstream=buildah-1.31.3-1.el9.src.rpm"}}},{"category":"product_version","name":"buildah-tests-1.31.3-1.el9","product":{"name":"buildah-tests-1.31.3-1.el9","product_id":"buildah-tests-1.31.3-1.el9","product_identification_helper":{"purl":"pkg:rpm/suse/buildah-tests@1.31.3-1.el9"}}},{"category":"product_version","name":"container-suseconnect-2.4.0-150000.4.24.1","product":{"name":"container-suseconnect-2.4.0-150000.4.24.1","product_id":"container-suseconnect-2.4.0-150000.4.24.1","product_identification_helper":{"purl":"pkg:rpm/suse/container-suseconnect@2.4.0-150000.4.24.1?upstream=container-suseconnect-2.4.0-150000.4.24.1.src.rpm"}}},{"category":"product_version","name":"containernetworking-plugins-1.3.0-4.el9","product":{"name":"containernetworking-plugins-1.3.0-4.el9","product_id":"containernetworking-plugins-1.3.0-4.el9","product_identification_helper":{"purl":"pkg:rpm/suse/containernetworking-plugins@1.3.0-4.el9"}}},{"category":"product_version","name":"delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","product":{"name":"delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","product_id":"delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","product_identification_helper":{"purl":"pkg:rpm/suse/delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5@"}}},{"category":"product_version","name":"go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product":{"name":"go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_id":"go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_identification_helper":{"purl":"pkg:rpm/suse/go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6@"}}},{"category":"product_version","name":"go1.18-1.18.10-1.1","product":{"name":"go1.18-1.18.10-1.1","product_id":"go1.18-1.18.10-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.18.10:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.18@1.18.10-1.1?upstream=go1.18-1.18.10-1.1.src.rpm"}}},{"category":"product_version","name":"go1.18-1.18.10-150000.1.46.1","product":{"name":"go1.18-1.18.10-150000.1.46.1","product_id":"go1.18-1.18.10-150000.1.46.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.18.10:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.18@1.18.10-150000.1.46.1?upstream=go1.18-1.18.10-150000.1.46.1.src.rpm"}}},{"category":"product_version","name":"go1.18-doc-1.18.10-1.1","product":{"name":"go1.18-doc-1.18.10-1.1","product_id":"go1.18-doc-1.18.10-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.18.10:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.18-doc@1.18.10-1.1?upstream=go1.18-1.18.10-1.1.src.rpm"}}},{"category":"product_version","name":"go1.18-doc-1.18.10-150000.1.46.1","product":{"name":"go1.18-doc-1.18.10-150000.1.46.1","product_id":"go1.18-doc-1.18.10-150000.1.46.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.18.10:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.18-doc@1.18.10-150000.1.46.1?upstream=go1.18-1.18.10-150000.1.46.1.src.rpm"}}},{"category":"product_version","name":"go1.18-openssl-1.18.10.1-150000.1.9.1","product":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1","product_id":"go1.18-openssl-1.18.10.1-150000.1.9.1","product_identification_helper":{"purl":"pkg:rpm/suse/go1.18-openssl@1.18.10.1-150000.1.9.1?upstream=go1.18-openssl-1.18.10.1-150000.1.9.1.src.rpm"}}},{"category":"product_version","name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","product":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","product_id":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","product_identification_helper":{"purl":"pkg:rpm/suse/go1.18-openssl-doc@1.18.10.1-150000.1.9.1?upstream=go1.18-openssl-1.18.10.1-150000.1.9.1.src.rpm"}}},{"category":"product_version","name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","product":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","product_id":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","product_identification_helper":{"purl":"pkg:rpm/suse/go1.18-openssl-race@1.18.10.1-150000.1.9.1?upstream=go1.18-openssl-1.18.10.1-150000.1.9.1.src.rpm"}}},{"category":"product_version","name":"go1.18-race-1.18.10-1.1","product":{"name":"go1.18-race-1.18.10-1.1","product_id":"go1.18-race-1.18.10-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.18.10:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.18-race@1.18.10-1.1?upstream=go1.18-1.18.10-1.1.src.rpm"}}},{"category":"product_version","name":"go1.18-race-1.18.10-150000.1.46.1","product":{"name":"go1.18-race-1.18.10-150000.1.46.1","product_id":"go1.18-race-1.18.10-150000.1.46.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.18.10:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.18-race@1.18.10-150000.1.46.1?upstream=go1.18-1.18.10-150000.1.46.1.src.rpm"}}},{"category":"product_version","name":"go1.19-1.19.6-1.1","product":{"name":"go1.19-1.19.6-1.1","product_id":"go1.19-1.19.6-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.6:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19@1.19.6-1.1?upstream=go1.19-1.19.6-1.1.src.rpm"}}},{"category":"product_version","name":"go1.19-1.19.7-150000.1.23.1","product":{"name":"go1.19-1.19.7-150000.1.23.1","product_id":"go1.19-1.19.7-150000.1.23.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.7:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19@1.19.7-150000.1.23.1?upstream=go1.19-1.19.7-150000.1.23.1.src.rpm"}}},{"category":"product_version","name":"go1.19-doc-1.19.6-1.1","product":{"name":"go1.19-doc-1.19.6-1.1","product_id":"go1.19-doc-1.19.6-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.6:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-doc@1.19.6-1.1?upstream=go1.19-1.19.6-1.1.src.rpm"}}},{"category":"product_version","name":"go1.19-doc-1.19.7-150000.1.23.1","product":{"name":"go1.19-doc-1.19.7-150000.1.23.1","product_id":"go1.19-doc-1.19.7-150000.1.23.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.7:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-doc@1.19.7-150000.1.23.1?upstream=go1.19-1.19.7-150000.1.23.1.src.rpm"}}},{"category":"product_version","name":"go1.19-race-1.19.6-1.1","product":{"name":"go1.19-race-1.19.6-1.1","product_id":"go1.19-race-1.19.6-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.6:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-race@1.19.6-1.1?upstream=go1.19-1.19.6-1.1.src.rpm"}}},{"category":"product_version","name":"go1.19-race-1.19.7-150000.1.23.1","product":{"name":"go1.19-race-1.19.7-150000.1.23.1","product_id":"go1.19-race-1.19.7-150000.1.23.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.7:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-race@1.19.7-150000.1.23.1?upstream=go1.19-1.19.7-150000.1.23.1.src.rpm"}}},{"category":"product_version","name":"go1.20-1.20.1-1.1","product":{"name":"go1.20-1.20.1-1.1","product_id":"go1.20-1.20.1-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.1:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20@1.20.1-1.1?upstream=go1.20-1.20.1-1.1.src.rpm"}}},{"category":"product_version","name":"go1.20-1.20.2-150000.1.5.1","product":{"name":"go1.20-1.20.2-150000.1.5.1","product_id":"go1.20-1.20.2-150000.1.5.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.2:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20@1.20.2-150000.1.5.1?upstream=go1.20-1.20.2-150000.1.5.1.src.rpm"}}},{"category":"product_version","name":"go1.20-doc-1.20.1-1.1","product":{"name":"go1.20-doc-1.20.1-1.1","product_id":"go1.20-doc-1.20.1-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.1:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-doc@1.20.1-1.1?upstream=go1.20-1.20.1-1.1.src.rpm"}}},{"category":"product_version","name":"go1.20-doc-1.20.2-150000.1.5.1","product":{"name":"go1.20-doc-1.20.2-150000.1.5.1","product_id":"go1.20-doc-1.20.2-150000.1.5.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.2:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-doc@1.20.2-150000.1.5.1?upstream=go1.20-1.20.2-150000.1.5.1.src.rpm"}}},{"category":"product_version","name":"go1.20-openssl-1.20.12.1-150000.1.17.1","product":{"name":"go1.20-openssl-1.20.12.1-150000.1.17.1","product_id":"go1.20-openssl-1.20.12.1-150000.1.17.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.12.1:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-openssl@1.20.12.1-150000.1.17.1?upstream=go1.20-openssl-1.20.12.1-150000.1.17.1.src.rpm"}}},{"category":"product_version","name":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1","product":{"name":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1","product_id":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.12.1:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-openssl-doc@1.20.12.1-150000.1.17.1?upstream=go1.20-openssl-1.20.12.1-150000.1.17.1.src.rpm"}}},{"category":"product_version","name":"go1.20-openssl-race-1.20.12.1-150000.1.17.1","product":{"name":"go1.20-openssl-race-1.20.12.1-150000.1.17.1","product_id":"go1.20-openssl-race-1.20.12.1-150000.1.17.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.12.1:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-openssl-race@1.20.12.1-150000.1.17.1?upstream=go1.20-openssl-1.20.12.1-150000.1.17.1.src.rpm"}}},{"category":"product_version","name":"go1.20-race-1.20.1-1.1","product":{"name":"go1.20-race-1.20.1-1.1","product_id":"go1.20-race-1.20.1-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.1:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-race@1.20.1-1.1?upstream=go1.20-1.20.1-1.1.src.rpm"}}},{"category":"product_version","name":"go1.20-race-1.20.2-150000.1.5.1","product":{"name":"go1.20-race-1.20.2-150000.1.5.1","product_id":"go1.20-race-1.20.2-150000.1.5.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.2:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-race@1.20.2-150000.1.5.1?upstream=go1.20-1.20.2-150000.1.5.1.src.rpm"}}},{"category":"product_version","name":"golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product":{"name":"golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_id":"golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_identification_helper":{"purl":"pkg:rpm/suse/golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6@"}}},{"category":"product_version","name":"golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product":{"name":"golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_id":"golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_identification_helper":{"purl":"pkg:rpm/suse/golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6@"}}},{"category":"product_version","name":"golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product":{"name":"golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_id":"golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_identification_helper":{"purl":"pkg:rpm/suse/golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6@"}}},{"category":"product_version","name":"golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product":{"name":"golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_id":"golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_identification_helper":{"purl":"pkg:rpm/suse/golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6@"}}},{"category":"product_version","name":"golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product":{"name":"golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_id":"golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_identification_helper":{"purl":"pkg:rpm/suse/golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6@"}}},{"category":"product_version","name":"golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product":{"name":"golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_id":"golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_identification_helper":{"purl":"pkg:rpm/suse/golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6@"}}},{"category":"product_version","name":"golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product":{"name":"golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_id":"golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6","product_identification_helper":{"purl":"pkg:rpm/suse/golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6@"}}},{"category":"product_version","name":"podman-4.6.1-5.el9","product":{"name":"podman-4.6.1-5.el9","product_id":"podman-4.6.1-5.el9","product_identification_helper":{"cpe":"cpe:2.3:a:podman_project:podman:4.6.1:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/podman@4.6.1-5.el9?upstream=podman-4.6.1-5.el9.src.rpm"}}},{"category":"product_version","name":"podman-docker-4.6.1-5.el9","product":{"name":"podman-docker-4.6.1-5.el9","product_id":"podman-docker-4.6.1-5.el9","product_identification_helper":{"cpe":"cpe:2.3:a:podman_project:podman:4.6.1:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/podman-docker@4.6.1-5.el9?upstream=podman-4.6.1-5.el9.src.rpm"}}},{"category":"product_version","name":"podman-gvproxy-4.6.1-5.el9","product":{"name":"podman-gvproxy-4.6.1-5.el9","product_id":"podman-gvproxy-4.6.1-5.el9","product_identification_helper":{"purl":"pkg:rpm/suse/podman-gvproxy@4.6.1-5.el9"}}},{"category":"product_version","name":"podman-plugins-4.6.1-5.el9","product":{"name":"podman-plugins-4.6.1-5.el9","product_id":"podman-plugins-4.6.1-5.el9","product_identification_helper":{"purl":"pkg:rpm/suse/podman-plugins@4.6.1-5.el9"}}},{"category":"product_version","name":"podman-remote-4.6.1-5.el9","product":{"name":"podman-remote-4.6.1-5.el9","product_id":"podman-remote-4.6.1-5.el9","product_identification_helper":{"cpe":"cpe:2.3:a:podman_project:podman:4.6.1:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/podman-remote@4.6.1-5.el9?upstream=podman-4.6.1-5.el9.src.rpm"}}},{"category":"product_version","name":"podman-tests-4.6.1-5.el9","product":{"name":"podman-tests-4.6.1-5.el9","product_id":"podman-tests-4.6.1-5.el9","product_identification_helper":{"purl":"pkg:rpm/suse/podman-tests@4.6.1-5.el9"}}},{"category":"product_version","name":"skopeo-1.13.3-1.el9","product":{"name":"skopeo-1.13.3-1.el9","product_id":"skopeo-1.13.3-1.el9","product_identification_helper":{"purl":"pkg:rpm/suse/skopeo@1.13.3-1.el9?upstream=skopeo-1.13.3-1.el9.src.rpm"}}},{"category":"product_version","name":"skopeo-tests-1.13.3-1.el9","product":{"name":"skopeo-tests-1.13.3-1.el9","product_id":"skopeo-tests-1.13.3-1.el9","product_identification_helper":{"purl":"pkg:rpm/suse/skopeo-tests@1.13.3-1.el9"}}}],"category":"product_family","name":"SUSE Linux Enterprise"}],"category":"vendor","name":"SUSE"}],"relationships":[{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE CaaS Platform 4.0","product_id":"SUSE CaaS Platform 4.0:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE CaaS Platform 4.0"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Enterprise Storage 7","product_id":"SUSE Enterprise Storage 7:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Enterprise Storage 7"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5"},"product_reference":"delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6"},"product_reference":"go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6"},"product_reference":"golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6"},"product_reference":"golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6"},"product_reference":"golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6"},"product_reference":"golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6"},"product_reference":"golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6"},"product_reference":"golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6"},"product_reference":"golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"buildah-1.31.3-1.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:buildah-1.31.3-1.el9"},"product_reference":"buildah-1.31.3-1.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"buildah-tests-1.31.3-1.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:buildah-tests-1.31.3-1.el9"},"product_reference":"buildah-tests-1.31.3-1.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"containernetworking-plugins-1.3.0-4.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:containernetworking-plugins-1.3.0-4.el9"},"product_reference":"containernetworking-plugins-1.3.0-4.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"podman-4.6.1-5.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:podman-4.6.1-5.el9"},"product_reference":"podman-4.6.1-5.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"podman-docker-4.6.1-5.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:podman-docker-4.6.1-5.el9"},"product_reference":"podman-docker-4.6.1-5.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"podman-gvproxy-4.6.1-5.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:podman-gvproxy-4.6.1-5.el9"},"product_reference":"podman-gvproxy-4.6.1-5.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"podman-plugins-4.6.1-5.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:podman-plugins-4.6.1-5.el9"},"product_reference":"podman-plugins-4.6.1-5.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"podman-remote-4.6.1-5.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:podman-remote-4.6.1-5.el9"},"product_reference":"podman-remote-4.6.1-5.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"podman-tests-4.6.1-5.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:podman-tests-4.6.1-5.el9"},"product_reference":"podman-tests-4.6.1-5.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"skopeo-1.13.3-1.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:skopeo-1.13.3-1.el9"},"product_reference":"skopeo-1.13.3-1.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"skopeo-tests-1.13.3-1.el9 as component of SUSE Liberty Linux 9","product_id":"SUSE Liberty Linux 9:skopeo-tests-1.13.3-1.el9"},"product_reference":"skopeo-tests-1.13.3-1.el9","relates_to_product_reference":"SUSE Liberty Linux 9"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Module for Containers 15 SP4","product_id":"SUSE Linux Enterprise Module for Containers 15 SP4:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Containers 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP5:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Module for Containers 15 SP5","product_id":"SUSE Linux Enterprise Module for Containers 15 SP5:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Containers 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server 15 SP6","product_id":"SUSE Linux Enterprise Server 15 SP6:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP6:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP6","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP6:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Module for Containers 15 SP6","product_id":"SUSE Linux Enterprise Module for Containers 15 SP6:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Containers 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server 15 SP7","product_id":"SUSE Linux Enterprise Server 15 SP7:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP7"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP7","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP7:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP7"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP7","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP7:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP7"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Module for Containers 15 SP7","product_id":"SUSE Linux Enterprise Module for Containers 15 SP7:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Containers 15 SP7"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Server 15 SP6","product_id":"SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Server 15 SP6","product_id":"SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-race-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Server 15 SP6","product_id":"SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-race-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Desktop 15 SP6","product_id":"SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Desktop 15 SP6","product_id":"SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-race-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Desktop 15 SP6","product_id":"SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-race-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-race-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-race-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP6","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP6","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-race-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise High Performance Computing 15 SP6","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-race-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-doc-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.20-openssl-race-1.20.12.1-150000.1.17.1 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1"},"product_reference":"go1.20-openssl-race-1.20.12.1-150000.1.17.1","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP6"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server 15 SP1-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP1:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP1"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"container-suseconnect-2.4.0-150000.4.24.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:container-suseconnect-2.4.0-150000.4.24.1"},"product_reference":"container-suseconnect-2.4.0-150000.4.24.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-150000.1.46.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.18-1.18.10-150000.1.46.1"},"product_reference":"go1.18-1.18.10-150000.1.46.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-150000.1.46.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.18-doc-1.18.10-150000.1.46.1"},"product_reference":"go1.18-doc-1.18.10-150000.1.46.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-150000.1.46.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.18-race-1.18.10-150000.1.46.1"},"product_reference":"go1.18-race-1.18.10-150000.1.46.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.7-150000.1.23.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1"},"product_reference":"go1.19-1.19.7-150000.1.23.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.7-150000.1.23.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1"},"product_reference":"go1.19-doc-1.19.7-150000.1.23.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.7-150000.1.23.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1"},"product_reference":"go1.19-race-1.19.7-150000.1.23.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.2-150000.1.5.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.20-1.20.2-150000.1.5.1"},"product_reference":"go1.20-1.20.2-150000.1.5.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.2-150000.1.5.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.20-doc-1.20.2-150000.1.5.1"},"product_reference":"go1.20-doc-1.20.2-150000.1.5.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.2-150000.1.5.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.20-race-1.20.2-150000.1.5.1"},"product_reference":"go1.20-race-1.20.2-150000.1.5.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-1.18.10.1-150000.1.9.1 as component of openSUSE Leap 15.5","product_id":"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-1.18.10.1-150000.1.9.1","relates_to_product_reference":"openSUSE Leap 15.5"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as component of openSUSE Leap 15.5","product_id":"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-doc-1.18.10.1-150000.1.9.1","relates_to_product_reference":"openSUSE Leap 15.5"},{"category":"default_component_of","full_product_name":{"name":"go1.18-openssl-race-1.18.10.1-150000.1.9.1 as component of openSUSE Leap 15.5","product_id":"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1"},"product_reference":"go1.18-openssl-race-1.18.10.1-150000.1.9.1","relates_to_product_reference":"openSUSE Leap 15.5"},{"category":"default_component_of","full_product_name":{"name":"go1.18-1.18.10-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.18-1.18.10-1.1"},"product_reference":"go1.18-1.18.10-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc-1.18.10-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.18-doc-1.18.10-1.1"},"product_reference":"go1.18-doc-1.18.10-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race-1.18.10-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.18-race-1.18.10-1.1"},"product_reference":"go1.18-race-1.18.10-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.6-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.19-1.19.6-1.1"},"product_reference":"go1.19-1.19.6-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.6-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.19-doc-1.19.6-1.1"},"product_reference":"go1.19-doc-1.19.6-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.6-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.19-race-1.19.6-1.1"},"product_reference":"go1.19-race-1.19.6-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.1-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.20-1.20.1-1.1"},"product_reference":"go1.20-1.20.1-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.1-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.20-doc-1.20.1-1.1"},"product_reference":"go1.20-doc-1.20.1-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.1-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.20-race-1.20.1-1.1"},"product_reference":"go1.20-race-1.20.1-1.1","relates_to_product_reference":"openSUSE Tumbleweed"}]},"vulnerabilities":[{"cve":"CVE-2022-41725","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2022-41725"}],"notes":[{"category":"general","text":"A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing \"up to maxMemory bytes +10MB (reserved for non-file parts) in memory\". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type's documentation states, \"If stored on disk, the File's underlying concrete type will be an *os.File.\". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.","title":"CVE description"}],"product_status":{"recommended":["SUSE CaaS Platform 4.0:container-suseconnect-2.4.0-150000.4.24.1","SUSE Enterprise Storage 7.1:container-suseconnect-2.4.0-150000.4.24.1","SUSE Enterprise Storage 7.1:go1.18-1.18.10-150000.1.46.1","SUSE Enterprise Storage 7.1:go1.18-doc-1.18.10-150000.1.46.1","SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Enterprise Storage 7.1:go1.18-race-1.18.10-150000.1.46.1","SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1","SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1","SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1","SUSE Enterprise Storage 7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","SUSE Liberty Linux 8:go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 9:buildah-1.31.3-1.el9","SUSE Liberty Linux 9:buildah-tests-1.31.3-1.el9","SUSE Liberty Linux 9:containernetworking-plugins-1.3.0-4.el9","SUSE Liberty Linux 9:podman-4.6.1-5.el9","SUSE Liberty Linux 9:podman-docker-4.6.1-5.el9","SUSE Liberty Linux 9:podman-gvproxy-4.6.1-5.el9","SUSE Liberty Linux 9:podman-plugins-4.6.1-5.el9","SUSE Liberty Linux 9:podman-remote-4.6.1-5.el9","SUSE Liberty Linux 9:podman-tests-4.6.1-5.el9","SUSE Liberty Linux 9:skopeo-1.13.3-1.el9","SUSE Liberty Linux 9:skopeo-tests-1.13.3-1.el9","SUSE Linux Enterprise Desktop 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP1:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP2:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server for SAP Applications 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Proxy 4.3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Proxy 4.3:go1.18-1.18.10-150000.1.46.1","SUSE Manager Proxy 4.3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Manager Proxy 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Manager Proxy 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Manager Proxy 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Manager Proxy 4.3:go1.18-race-1.18.10-150000.1.46.1","SUSE Manager Proxy 4.3:go1.19-1.19.7-150000.1.23.1","SUSE Manager Proxy 4.3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Manager Proxy 4.3:go1.19-race-1.19.7-150000.1.23.1","SUSE Manager Proxy 4.3:go1.20-1.20.2-150000.1.5.1","SUSE Manager Proxy 4.3:go1.20-doc-1.20.2-150000.1.5.1","SUSE Manager Proxy 4.3:go1.20-race-1.20.2-150000.1.5.1","SUSE Manager Retail Branch Server 4.3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Retail Branch Server 4.3:go1.18-1.18.10-150000.1.46.1","SUSE Manager Retail Branch Server 4.3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Manager Retail Branch Server 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Manager Retail Branch Server 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Manager Retail Branch Server 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Manager Retail Branch Server 4.3:go1.18-race-1.18.10-150000.1.46.1","SUSE Manager Retail Branch Server 4.3:go1.19-1.19.7-150000.1.23.1","SUSE Manager Retail Branch Server 4.3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Manager Retail Branch Server 4.3:go1.19-race-1.19.7-150000.1.23.1","SUSE Manager Retail Branch Server 4.3:go1.20-1.20.2-150000.1.5.1","SUSE Manager Retail Branch Server 4.3:go1.20-doc-1.20.2-150000.1.5.1","SUSE Manager Retail Branch Server 4.3:go1.20-race-1.20.2-150000.1.5.1","SUSE Manager Server 4.3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Server 4.3:go1.18-1.18.10-150000.1.46.1","SUSE Manager Server 4.3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Manager Server 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Manager Server 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Manager Server 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Manager Server 4.3:go1.18-race-1.18.10-150000.1.46.1","SUSE Manager Server 4.3:go1.19-1.19.7-150000.1.23.1","SUSE Manager Server 4.3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Manager Server 4.3:go1.19-race-1.19.7-150000.1.23.1","SUSE Manager Server 4.3:go1.20-1.20.2-150000.1.5.1","SUSE Manager Server 4.3:go1.20-doc-1.20.2-150000.1.5.1","SUSE Manager Server 4.3:go1.20-race-1.20.2-150000.1.5.1","openSUSE Leap 15.4:go1.18-1.18.10-150000.1.46.1","openSUSE Leap 15.4:go1.18-doc-1.18.10-150000.1.46.1","openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1","openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","openSUSE Leap 15.4:go1.18-race-1.18.10-150000.1.46.1","openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1","openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1","openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1","openSUSE Leap 15.4:go1.20-1.20.2-150000.1.5.1","openSUSE Leap 15.4:go1.20-doc-1.20.2-150000.1.5.1","openSUSE Leap 15.4:go1.20-race-1.20.2-150000.1.5.1","openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1","openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1","openSUSE Tumbleweed:go1.18-1.18.10-1.1","openSUSE Tumbleweed:go1.18-doc-1.18.10-1.1","openSUSE Tumbleweed:go1.18-race-1.18.10-1.1","openSUSE Tumbleweed:go1.19-1.19.6-1.1","openSUSE Tumbleweed:go1.19-doc-1.19.6-1.1","openSUSE Tumbleweed:go1.19-race-1.19.6-1.1","openSUSE Tumbleweed:go1.20-1.20.1-1.1","openSUSE Tumbleweed:go1.20-doc-1.20.1-1.1","openSUSE Tumbleweed:go1.20-race-1.20.1-1.1"]},"references":[{"category":"external","summary":"CVE-2022-41725","url":"https://www.suse.com/security/cve/CVE-2022-41725"},{"category":"external","summary":"SUSE Security Ratings","url":"https://www.suse.com/support/security/rating/"},{"category":"external","summary":"SUSE Bug 1208272 for CVE-2022-41725","url":"https://bugzilla.suse.com/1208272"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1897-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-June/015197.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:2729-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-August/015974.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:674-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014046.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:768-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014137.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:776-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014142.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:785-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014159.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:789-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014160.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:802-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014176.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:0733-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014038.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:0735-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014037.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:0869-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014132.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:0871-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-March/014139.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:2312-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/015005.html"}],"remediations":[{"category":"vendor_fix","details":"To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n","product_ids":["SUSE CaaS Platform 4.0:container-suseconnect-2.4.0-150000.4.24.1","SUSE Enterprise Storage 7.1:container-suseconnect-2.4.0-150000.4.24.1","SUSE Enterprise Storage 7.1:go1.18-1.18.10-150000.1.46.1","SUSE Enterprise Storage 7.1:go1.18-doc-1.18.10-150000.1.46.1","SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Enterprise Storage 7.1:go1.18-race-1.18.10-150000.1.46.1","SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1","SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1","SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1","SUSE Enterprise Storage 7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","SUSE Liberty Linux 8:go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 9:buildah-1.31.3-1.el9","SUSE Liberty Linux 9:buildah-tests-1.31.3-1.el9","SUSE Liberty Linux 9:containernetworking-plugins-1.3.0-4.el9","SUSE Liberty Linux 9:podman-4.6.1-5.el9","SUSE Liberty Linux 9:podman-docker-4.6.1-5.el9","SUSE Liberty Linux 9:podman-gvproxy-4.6.1-5.el9","SUSE Liberty Linux 9:podman-plugins-4.6.1-5.el9","SUSE Liberty Linux 9:podman-remote-4.6.1-5.el9","SUSE Liberty Linux 9:podman-tests-4.6.1-5.el9","SUSE Liberty Linux 9:skopeo-1.13.3-1.el9","SUSE Liberty Linux 9:skopeo-tests-1.13.3-1.el9","SUSE Linux Enterprise Desktop 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP1:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP2:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server for SAP Applications 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Proxy 4.3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Proxy 4.3:go1.18-1.18.10-150000.1.46.1","SUSE Manager Proxy 4.3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Manager Proxy 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Manager Proxy 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Manager Proxy 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Manager Proxy 4.3:go1.18-race-1.18.10-150000.1.46.1","SUSE Manager Proxy 4.3:go1.19-1.19.7-150000.1.23.1","SUSE Manager Proxy 4.3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Manager Proxy 4.3:go1.19-race-1.19.7-150000.1.23.1","SUSE Manager Proxy 4.3:go1.20-1.20.2-150000.1.5.1","SUSE Manager Proxy 4.3:go1.20-doc-1.20.2-150000.1.5.1","SUSE Manager Proxy 4.3:go1.20-race-1.20.2-150000.1.5.1","SUSE Manager Retail Branch Server 4.3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Retail Branch Server 4.3:go1.18-1.18.10-150000.1.46.1","SUSE Manager Retail Branch Server 4.3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Manager Retail Branch Server 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Manager Retail Branch Server 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Manager Retail Branch Server 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Manager Retail Branch Server 4.3:go1.18-race-1.18.10-150000.1.46.1","SUSE Manager Retail Branch Server 4.3:go1.19-1.19.7-150000.1.23.1","SUSE Manager Retail Branch Server 4.3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Manager Retail Branch Server 4.3:go1.19-race-1.19.7-150000.1.23.1","SUSE Manager Retail Branch Server 4.3:go1.20-1.20.2-150000.1.5.1","SUSE Manager Retail Branch Server 4.3:go1.20-doc-1.20.2-150000.1.5.1","SUSE Manager Retail Branch Server 4.3:go1.20-race-1.20.2-150000.1.5.1","SUSE Manager Server 4.3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Server 4.3:go1.18-1.18.10-150000.1.46.1","SUSE Manager Server 4.3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Manager Server 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Manager Server 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Manager Server 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Manager Server 4.3:go1.18-race-1.18.10-150000.1.46.1","SUSE Manager Server 4.3:go1.19-1.19.7-150000.1.23.1","SUSE Manager Server 4.3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Manager Server 4.3:go1.19-race-1.19.7-150000.1.23.1","SUSE Manager Server 4.3:go1.20-1.20.2-150000.1.5.1","SUSE Manager Server 4.3:go1.20-doc-1.20.2-150000.1.5.1","SUSE Manager Server 4.3:go1.20-race-1.20.2-150000.1.5.1","openSUSE Leap 15.4:go1.18-1.18.10-150000.1.46.1","openSUSE Leap 15.4:go1.18-doc-1.18.10-150000.1.46.1","openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1","openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","openSUSE Leap 15.4:go1.18-race-1.18.10-150000.1.46.1","openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1","openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1","openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1","openSUSE Leap 15.4:go1.20-1.20.2-150000.1.5.1","openSUSE Leap 15.4:go1.20-doc-1.20.2-150000.1.5.1","openSUSE Leap 15.4:go1.20-race-1.20.2-150000.1.5.1","openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1","openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1","openSUSE Tumbleweed:go1.18-1.18.10-1.1","openSUSE Tumbleweed:go1.18-doc-1.18.10-1.1","openSUSE Tumbleweed:go1.18-race-1.18.10-1.1","openSUSE Tumbleweed:go1.19-1.19.6-1.1","openSUSE Tumbleweed:go1.19-doc-1.19.6-1.1","openSUSE Tumbleweed:go1.19-race-1.19.6-1.1","openSUSE Tumbleweed:go1.20-1.20.1-1.1","openSUSE Tumbleweed:go1.20-doc-1.20.1-1.1","openSUSE Tumbleweed:go1.20-race-1.20.1-1.1"]}],"scores":[{"cvss_v3":{"baseScore":6.5,"baseSeverity":"MEDIUM","vectorString":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H","version":"3.1"},"products":["SUSE CaaS Platform 4.0:container-suseconnect-2.4.0-150000.4.24.1","SUSE Enterprise Storage 7.1:container-suseconnect-2.4.0-150000.4.24.1","SUSE Enterprise Storage 7.1:go1.18-1.18.10-150000.1.46.1","SUSE Enterprise Storage 7.1:go1.18-doc-1.18.10-150000.1.46.1","SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Enterprise Storage 7.1:go1.18-race-1.18.10-150000.1.46.1","SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1","SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1","SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1","SUSE Enterprise Storage 7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","SUSE Liberty Linux 8:go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 8:golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6","SUSE Liberty Linux 9:buildah-1.31.3-1.el9","SUSE Liberty Linux 9:buildah-tests-1.31.3-1.el9","SUSE Liberty Linux 9:containernetworking-plugins-1.3.0-4.el9","SUSE Liberty Linux 9:podman-4.6.1-5.el9","SUSE Liberty Linux 9:podman-docker-4.6.1-5.el9","SUSE Liberty Linux 9:podman-gvproxy-4.6.1-5.el9","SUSE Liberty Linux 9:podman-plugins-4.6.1-5.el9","SUSE Liberty Linux 9:podman-remote-4.6.1-5.el9","SUSE Liberty Linux 9:podman-tests-4.6.1-5.el9","SUSE Liberty Linux 9:skopeo-1.13.3-1.el9","SUSE Liberty Linux 9:skopeo-tests-1.13.3-1.el9","SUSE Linux Enterprise Desktop 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Desktop 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Desktop 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise High Performance Computing 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise High Performance Computing 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Containers 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Real Time 15 SP3:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP1:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP2:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-doc-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-race-1.18.10-150000.1.46.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-doc-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-race-1.19.7-150000.1.23.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-doc-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-race-1.20.2-150000.1.5.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:container-suseconnect-2.4.0-150000.4.24.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1","SUSE Linux Enterprise Server for SAP Applications 15 SP7:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Proxy 4.3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Proxy 4.3:go1.18-1.18.10-150000.1.46.1","SUSE Manager Proxy 4.3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Manager Proxy 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Manager Proxy 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Manager Proxy 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Manager Proxy 4.3:go1.18-race-1.18.10-150000.1.46.1","SUSE Manager Proxy 4.3:go1.19-1.19.7-150000.1.23.1","SUSE Manager Proxy 4.3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Manager Proxy 4.3:go1.19-race-1.19.7-150000.1.23.1","SUSE Manager Proxy 4.3:go1.20-1.20.2-150000.1.5.1","SUSE Manager Proxy 4.3:go1.20-doc-1.20.2-150000.1.5.1","SUSE Manager Proxy 4.3:go1.20-race-1.20.2-150000.1.5.1","SUSE Manager Retail Branch Server 4.3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Retail Branch Server 4.3:go1.18-1.18.10-150000.1.46.1","SUSE Manager Retail Branch Server 4.3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Manager Retail Branch Server 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Manager Retail Branch Server 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Manager Retail Branch Server 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Manager Retail Branch Server 4.3:go1.18-race-1.18.10-150000.1.46.1","SUSE Manager Retail Branch Server 4.3:go1.19-1.19.7-150000.1.23.1","SUSE Manager Retail Branch Server 4.3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Manager Retail Branch Server 4.3:go1.19-race-1.19.7-150000.1.23.1","SUSE Manager Retail Branch Server 4.3:go1.20-1.20.2-150000.1.5.1","SUSE Manager Retail Branch Server 4.3:go1.20-doc-1.20.2-150000.1.5.1","SUSE Manager Retail Branch Server 4.3:go1.20-race-1.20.2-150000.1.5.1","SUSE Manager Server 4.3:container-suseconnect-2.4.0-150000.4.24.1","SUSE Manager Server 4.3:go1.18-1.18.10-150000.1.46.1","SUSE Manager Server 4.3:go1.18-doc-1.18.10-150000.1.46.1","SUSE Manager Server 4.3:go1.18-openssl-1.18.10.1-150000.1.9.1","SUSE Manager Server 4.3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","SUSE Manager Server 4.3:go1.18-openssl-race-1.18.10.1-150000.1.9.1","SUSE Manager Server 4.3:go1.18-race-1.18.10-150000.1.46.1","SUSE Manager Server 4.3:go1.19-1.19.7-150000.1.23.1","SUSE Manager Server 4.3:go1.19-doc-1.19.7-150000.1.23.1","SUSE Manager Server 4.3:go1.19-race-1.19.7-150000.1.23.1","SUSE Manager Server 4.3:go1.20-1.20.2-150000.1.5.1","SUSE Manager Server 4.3:go1.20-doc-1.20.2-150000.1.5.1","SUSE Manager Server 4.3:go1.20-race-1.20.2-150000.1.5.1","openSUSE Leap 15.4:go1.18-1.18.10-150000.1.46.1","openSUSE Leap 15.4:go1.18-doc-1.18.10-150000.1.46.1","openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1","openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1","openSUSE Leap 15.4:go1.18-race-1.18.10-150000.1.46.1","openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1","openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1","openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1","openSUSE Leap 15.4:go1.20-1.20.2-150000.1.5.1","openSUSE Leap 15.4:go1.20-doc-1.20.2-150000.1.5.1","openSUSE Leap 15.4:go1.20-race-1.20.2-150000.1.5.1","openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1","openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1","openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1","openSUSE Tumbleweed:go1.18-1.18.10-1.1","openSUSE Tumbleweed:go1.18-doc-1.18.10-1.1","openSUSE Tumbleweed:go1.18-race-1.18.10-1.1","openSUSE Tumbleweed:go1.19-1.19.6-1.1","openSUSE Tumbleweed:go1.19-doc-1.19.6-1.1","openSUSE Tumbleweed:go1.19-race-1.19.6-1.1","openSUSE Tumbleweed:go1.20-1.20.1-1.1","openSUSE Tumbleweed:go1.20-doc-1.20.1-1.1","openSUSE Tumbleweed:go1.20-race-1.20.1-1.1"]}],"threats":[{"category":"impact","date":"2023-02-15T05:45:26Z","details":"moderate"}],"title":"CVE-2022-41725"}]}