{"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-2023-24536","title":"Title"},{"category":"description","text":"Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.","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-2023-24536","url":"https://www.suse.com/security/cve/CVE-2023-24536"},{"category":"external","summary":"SUSE Security Ratings","url":"https://www.suse.com/support/security/rating/"},{"category":"external","summary":"SUSE Bug 1210128 for CVE-2023-24536","url":"https://bugzilla.suse.com/1210128"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1008-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-April/014427.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1009-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-April/014428.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1516-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014835.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1517-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014836.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-SU-2023:1791-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-April/014421.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:1792-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-April/014420.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:2105-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014738.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:2105-2","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014784.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:2127-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014783.html"}],"title":"SUSE CVE CVE-2023-24536","tracking":{"current_release_date":"2026-01-09T00:44:57Z","generator":{"date":"2023-04-06T01:57:11Z","engine":{"name":"cve-database.git:bin/generate-csaf-vex.pl","version":"1"}},"id":"CVE-2023-24536","initial_release_date":"2023-04-06T01:57:11Z","revision_history":[{"date":"2023-04-06T01:57:11Z","number":"2","summary":"Current version"},{"date":"2023-04-07T01:56:03Z","number":"3","summary":"Current version"},{"date":"2023-04-08T02:05:06Z","number":"4","summary":"Current version"},{"date":"2023-05-06T02:00:27Z","number":"5","summary":"Current version"},{"date":"2023-05-09T02:03:22Z","number":"6","summary":"Current version"},{"date":"2023-05-12T02:20:17Z","number":"7","summary":"Current version"},{"date":"2023-08-21T02:13:22Z","number":"8","summary":"Current version"},{"date":"2024-11-23T00:44:29Z","number":"9","summary":"Current version"},{"date":"2025-01-01T02:14:46Z","number":"10","summary":"Current version"},{"date":"2025-01-08T00:31:36Z","number":"11","summary":"Current version"},{"date":"2025-02-14T06:38:15Z","number":"12","summary":"Current version"},{"date":"2025-02-16T06:30:20Z","number":"13","summary":"Current version"},{"date":"2025-03-13T13:58:29Z","number":"14","summary":"Current version"},{"date":"2025-03-15T06:27:33Z","number":"15","summary":"Current version"},{"date":"2025-04-25T02:41:48Z","number":"16","summary":"Current version"},{"date":"2025-05-01T05:58:05Z","number":"17","summary":"Current version"},{"date":"2025-05-17T04:15:04Z","number":"18","summary":"Current version"},{"date":"2025-07-02T01:31:25Z","number":"19","summary":"Current version"},{"date":"2025-08-18T00:59:56Z","number":"20","summary":"Current version"},{"date":"2025-09-29T00:17:10Z","number":"21","summary":"Current version"},{"date":"2025-10-07T01:11:42Z","number":"22","summary":"Current version"},{"date":"2025-11-03T02:53:41Z","number":"23","summary":"Current version"},{"date":"2025-12-17T01:14:33Z","number":"24","summary":"unknown changes"},{"date":"2026-01-09T00:44:57Z","number":"25","summary":"more updates released"}],"status":"interim","version":"25"}},"product_tree":{"branches":[{"branches":[{"branches":[{"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 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 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 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 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 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 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":"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.9-1.module+el8.8.0+18857+fca43658","product":{"name":"go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658","product_id":"go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658","product_identification_helper":{"purl":"pkg:rpm/suse/go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658@"}}},{"category":"product_version","name":"go1.19","product":{"name":"go1.19","product_id":"go1.19","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19@?upstream=go1.19.src.rpm"}}},{"category":"product_version","name":"go1.19-1.19.8-1.1","product":{"name":"go1.19-1.19.8-1.1","product_id":"go1.19-1.19.8-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.8:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19@1.19.8-1.1?upstream=go1.19-1.19.8-1.1.src.rpm"}}},{"category":"product_version","name":"go1.19-1.19.9-150000.1.31.1","product":{"name":"go1.19-1.19.9-150000.1.31.1","product_id":"go1.19-1.19.9-150000.1.31.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.9:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19@1.19.9-150000.1.31.1?upstream=go1.19-1.19.9-150000.1.31.1.src.rpm"}}},{"category":"product_version","name":"go1.19-doc","product":{"name":"go1.19-doc","product_id":"go1.19-doc","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-doc@?upstream=go1.19.src.rpm"}}},{"category":"product_version","name":"go1.19-doc-1.19.8-1.1","product":{"name":"go1.19-doc-1.19.8-1.1","product_id":"go1.19-doc-1.19.8-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.8:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-doc@1.19.8-1.1?upstream=go1.19-1.19.8-1.1.src.rpm"}}},{"category":"product_version","name":"go1.19-doc-1.19.9-150000.1.31.1","product":{"name":"go1.19-doc-1.19.9-150000.1.31.1","product_id":"go1.19-doc-1.19.9-150000.1.31.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.9:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-doc@1.19.9-150000.1.31.1?upstream=go1.19-1.19.9-150000.1.31.1.src.rpm"}}},{"category":"product_version","name":"go1.19-race","product":{"name":"go1.19-race","product_id":"go1.19-race","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-race@?upstream=go1.19.src.rpm"}}},{"category":"product_version","name":"go1.19-race-1.19.8-1.1","product":{"name":"go1.19-race-1.19.8-1.1","product_id":"go1.19-race-1.19.8-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.8:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-race@1.19.8-1.1?upstream=go1.19-1.19.8-1.1.src.rpm"}}},{"category":"product_version","name":"go1.19-race-1.19.9-150000.1.31.1","product":{"name":"go1.19-race-1.19.9-150000.1.31.1","product_id":"go1.19-race-1.19.9-150000.1.31.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.19.9:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.19-race@1.19.9-150000.1.31.1?upstream=go1.19-1.19.9-150000.1.31.1.src.rpm"}}},{"category":"product_version","name":"go1.20","product":{"name":"go1.20","product_id":"go1.20","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20@?upstream=go1.20.src.rpm"}}},{"category":"product_version","name":"go1.20-1.20.3-1.1","product":{"name":"go1.20-1.20.3-1.1","product_id":"go1.20-1.20.3-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.3:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20@1.20.3-1.1?upstream=go1.20-1.20.3-1.1.src.rpm"}}},{"category":"product_version","name":"go1.20-1.20.4-150000.1.11.1","product":{"name":"go1.20-1.20.4-150000.1.11.1","product_id":"go1.20-1.20.4-150000.1.11.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.4:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20@1.20.4-150000.1.11.1?upstream=go1.20-1.20.4-150000.1.11.1.src.rpm"}}},{"category":"product_version","name":"go1.20-doc","product":{"name":"go1.20-doc","product_id":"go1.20-doc","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-doc@?upstream=go1.20.src.rpm"}}},{"category":"product_version","name":"go1.20-doc-1.20.3-1.1","product":{"name":"go1.20-doc-1.20.3-1.1","product_id":"go1.20-doc-1.20.3-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.3:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-doc@1.20.3-1.1?upstream=go1.20-1.20.3-1.1.src.rpm"}}},{"category":"product_version","name":"go1.20-doc-1.20.4-150000.1.11.1","product":{"name":"go1.20-doc-1.20.4-150000.1.11.1","product_id":"go1.20-doc-1.20.4-150000.1.11.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.4:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-doc@1.20.4-150000.1.11.1?upstream=go1.20-1.20.4-150000.1.11.1.src.rpm"}}},{"category":"product_version","name":"go1.20-libstd-1.20.3-1.1","product":{"name":"go1.20-libstd-1.20.3-1.1","product_id":"go1.20-libstd-1.20.3-1.1","product_identification_helper":{"purl":"pkg:rpm/suse/go1.20-libstd@1.20.3-1.1"}}},{"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","product":{"name":"go1.20-race","product_id":"go1.20-race","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-race@?upstream=go1.20.src.rpm"}}},{"category":"product_version","name":"go1.20-race-1.20.3-1.1","product":{"name":"go1.20-race-1.20.3-1.1","product_id":"go1.20-race-1.20.3-1.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.3:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-race@1.20.3-1.1?upstream=go1.20-1.20.3-1.1.src.rpm"}}},{"category":"product_version","name":"go1.20-race-1.20.4-150000.1.11.1","product":{"name":"go1.20-race-1.20.4-150000.1.11.1","product_id":"go1.20-race-1.20.4-150000.1.11.1","product_identification_helper":{"cpe":"cpe:2.3:a:golang:go:1.20.4:*:*:*:*:*:*:*","purl":"pkg:rpm/suse/go1.20-race@1.20.4-150000.1.11.1?upstream=go1.20-1.20.4-150000.1.11.1.src.rpm"}}},{"category":"product_version","name":"golang-1.19.9-1.module+el8.8.0+18857+fca43658","product":{"name":"golang-1.19.9-1.module+el8.8.0+18857+fca43658","product_id":"golang-1.19.9-1.module+el8.8.0+18857+fca43658","product_identification_helper":{"purl":"pkg:rpm/suse/golang-1.19.9-1.module+el8.8.0+18857+fca43658@"}}},{"category":"product_version","name":"golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658","product":{"name":"golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658","product_id":"golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658","product_identification_helper":{"purl":"pkg:rpm/suse/golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658@"}}},{"category":"product_version","name":"golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658","product":{"name":"golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658","product_id":"golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658","product_identification_helper":{"purl":"pkg:rpm/suse/golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658@"}}},{"category":"product_version","name":"golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658","product":{"name":"golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658","product_id":"golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658","product_identification_helper":{"purl":"pkg:rpm/suse/golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658@"}}},{"category":"product_version","name":"golang-race-1.19.9-1.module+el8.8.0+18857+fca43658","product":{"name":"golang-race-1.19.9-1.module+el8.8.0+18857+fca43658","product_id":"golang-race-1.19.9-1.module+el8.8.0+18857+fca43658","product_identification_helper":{"purl":"pkg:rpm/suse/golang-race-1.19.9-1.module+el8.8.0+18857+fca43658@"}}},{"category":"product_version","name":"golang-src-1.19.9-1.module+el8.8.0+18857+fca43658","product":{"name":"golang-src-1.19.9-1.module+el8.8.0+18857+fca43658","product_id":"golang-src-1.19.9-1.module+el8.8.0+18857+fca43658","product_identification_helper":{"purl":"pkg:rpm/suse/golang-src-1.19.9-1.module+el8.8.0+18857+fca43658@"}}},{"category":"product_version","name":"golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658","product":{"name":"golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658","product_id":"golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658","product_identification_helper":{"purl":"pkg:rpm/suse/golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658@"}}},{"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":"go1.19-1.19.9-150000.1.31.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.9-150000.1.31.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.9-150000.1.31.1 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.9-1.module+el8.8.0+18857+fca43658 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658"},"product_reference":"go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-1.19.9-1.module+el8.8.0+18857+fca43658 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-1.19.9-1.module+el8.8.0+18857+fca43658"},"product_reference":"golang-1.19.9-1.module+el8.8.0+18857+fca43658","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658"},"product_reference":"golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658"},"product_reference":"golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658"},"product_reference":"golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-race-1.19.9-1.module+el8.8.0+18857+fca43658 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-race-1.19.9-1.module+el8.8.0+18857+fca43658"},"product_reference":"golang-race-1.19.9-1.module+el8.8.0+18857+fca43658","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-src-1.19.9-1.module+el8.8.0+18857+fca43658 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-src-1.19.9-1.module+el8.8.0+18857+fca43658"},"product_reference":"golang-src-1.19.9-1.module+el8.8.0+18857+fca43658","relates_to_product_reference":"SUSE Liberty Linux 8"},{"category":"default_component_of","full_product_name":{"name":"golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658 as component of SUSE Liberty Linux 8","product_id":"SUSE Liberty Linux 8:golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658"},"product_reference":"golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658","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":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.9-150000.1.31.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.19-doc-1.19.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.19-race-1.19.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.20-doc-1.20.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.20-race-1.20.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.19-doc-1.19.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.19-race-1.19.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.20-doc-1.20.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.20-race-1.20.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.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.9-150000.1.31.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.9-150000.1.31.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.19-doc-1.19.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.9-150000.1.31.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.19-race-1.19.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.4-150000.1.11.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.20-doc-1.20.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.4-150000.1.11.1 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.20-race-1.20.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.9-150000.1.31.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.19-doc-1.19.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.9-150000.1.31.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.19-race-1.19.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.4-150000.1.11.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.20-doc-1.20.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.4-150000.1.11.1 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.20-race-1.20.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.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.9-150000.1.31.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.19-doc-1.19.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.19-race-1.19.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.20-doc-1.20.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.20-race-1.20.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc-1.19.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.19-race-1.19.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc-1.20.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.20-race-1.20.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.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.19-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of SUSE Linux Enterprise Server 15 SP4-TERADATA","product_id":"SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.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.4-150000.1.11.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.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4-TERADATA"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.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.9-150000.1.31.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.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.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.9-150000.1.31.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1"},"product_reference":"go1.19-1.19.9-150000.1.31.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.9-150000.1.31.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1"},"product_reference":"go1.19-doc-1.19.9-150000.1.31.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.9-150000.1.31.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1"},"product_reference":"go1.19-race-1.19.9-150000.1.31.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.4-150000.1.11.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1"},"product_reference":"go1.20-1.20.4-150000.1.11.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.4-150000.1.11.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1"},"product_reference":"go1.20-doc-1.20.4-150000.1.11.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.4-150000.1.11.1 as component of openSUSE Leap 15.4","product_id":"openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1"},"product_reference":"go1.20-race-1.20.4-150000.1.11.1","relates_to_product_reference":"openSUSE Leap 15.4"},{"category":"default_component_of","full_product_name":{"name":"go1.19-1.19.8-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.19-1.19.8-1.1"},"product_reference":"go1.19-1.19.8-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc-1.19.8-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1"},"product_reference":"go1.19-doc-1.19.8-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race-1.19.8-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.19-race-1.19.8-1.1"},"product_reference":"go1.19-race-1.19.8-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.20-1.20.3-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.20-1.20.3-1.1"},"product_reference":"go1.20-1.20.3-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc-1.20.3-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1"},"product_reference":"go1.20-doc-1.20.3-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.20-libstd-1.20.3-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1"},"product_reference":"go1.20-libstd-1.20.3-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race-1.20.3-1.1 as component of openSUSE Tumbleweed","product_id":"openSUSE Tumbleweed:go1.20-race-1.20.3-1.1"},"product_reference":"go1.20-race-1.20.3-1.1","relates_to_product_reference":"openSUSE Tumbleweed"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE CaaS Platform 4.0","product_id":"SUSE CaaS Platform 4.0:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE CaaS Platform 4.0"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE CaaS Platform 4.0","product_id":"SUSE CaaS Platform 4.0:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE CaaS Platform 4.0"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE CaaS Platform 4.0","product_id":"SUSE CaaS Platform 4.0:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE CaaS Platform 4.0"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE CaaS Platform 4.0","product_id":"SUSE CaaS Platform 4.0:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE CaaS Platform 4.0"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE CaaS Platform 4.0","product_id":"SUSE CaaS Platform 4.0:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE CaaS Platform 4.0"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Enterprise Storage 7","product_id":"SUSE Enterprise Storage 7:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Enterprise Storage 7"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Enterprise Storage 7","product_id":"SUSE Enterprise Storage 7:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Enterprise Storage 7"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Enterprise Storage 7","product_id":"SUSE Enterprise Storage 7:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Enterprise Storage 7"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Enterprise Storage 7","product_id":"SUSE Enterprise Storage 7:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Enterprise Storage 7"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.16-doc as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.16-doc"},"product_reference":"go1.16-doc","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.16-race as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.16-race"},"product_reference":"go1.16-race","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.18 as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.18"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.18-doc"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race as component of SUSE Enterprise Storage 7.1","product_id":"SUSE Enterprise Storage 7.1:go1.18-race"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Enterprise Storage 7.1"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.16-doc"},"product_reference":"go1.16-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-race as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.16-race"},"product_reference":"go1.16-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.16-doc"},"product_reference":"go1.16-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-race as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.16-race"},"product_reference":"go1.16-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.18 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"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc 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"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race 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"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.16-doc"},"product_reference":"go1.16-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-race as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.16-race"},"product_reference":"go1.16-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18 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"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc 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"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race 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"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise Module for Development Tools 15 SP4","product_id":"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18 as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.18"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.18-doc"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race as component of SUSE Linux Enterprise Server 15 SP4","product_id":"SUSE Linux Enterprise Server 15 SP4:go1.18-race"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18 as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.18"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.18-doc"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race as component of SUSE Linux Enterprise Desktop 15 SP4","product_id":"SUSE Linux Enterprise Desktop 15 SP4:go1.18-race"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18 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"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc 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"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race 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"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18 as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-doc"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race as component of SUSE Linux Enterprise High Performance Computing 15 SP4","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-race"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18 as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.18"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.18-doc"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race as component of SUSE Manager Server 4.3","product_id":"SUSE Manager Server 4.3:go1.18-race"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Manager Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18 as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.18"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.18-doc"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race as component of SUSE Manager Proxy 4.3","product_id":"SUSE Manager Proxy 4.3:go1.18-race"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Manager Proxy 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18 as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.18"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.18-doc"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race as component of SUSE Manager Retail Branch Server 4.3","product_id":"SUSE Manager Retail Branch Server 4.3:go1.18-race"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Manager Retail Branch Server 4.3"},{"category":"default_component_of","full_product_name":{"name":"go1.18 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"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc 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"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race 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"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP4"},{"category":"default_component_of","full_product_name":{"name":"go1.19 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.19"},"product_reference":"go1.19","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.19-doc"},"product_reference":"go1.19-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.19-race"},"product_reference":"go1.19-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.19"},"product_reference":"go1.19","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc"},"product_reference":"go1.19-doc","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.19-race"},"product_reference":"go1.19-race","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19 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"},"product_reference":"go1.19","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc 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"},"product_reference":"go1.19-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race 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"},"product_reference":"go1.19-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19 as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19"},"product_reference":"go1.19","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-doc"},"product_reference":"go1.19-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-race"},"product_reference":"go1.19-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19 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"},"product_reference":"go1.19","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-doc 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"},"product_reference":"go1.19-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.19-race 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"},"product_reference":"go1.19-race","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20 as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.20"},"product_reference":"go1.20","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.20-doc"},"product_reference":"go1.20-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race as component of SUSE Linux Enterprise Server 15 SP5","product_id":"SUSE Linux Enterprise Server 15 SP5:go1.20-race"},"product_reference":"go1.20-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20 as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.20"},"product_reference":"go1.20","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc"},"product_reference":"go1.20-doc","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race as component of SUSE Linux Enterprise Desktop 15 SP5","product_id":"SUSE Linux Enterprise Desktop 15 SP5:go1.20-race"},"product_reference":"go1.20-race","relates_to_product_reference":"SUSE Linux Enterprise Desktop 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20 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"},"product_reference":"go1.20","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc 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"},"product_reference":"go1.20-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race 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"},"product_reference":"go1.20-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20 as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20"},"product_reference":"go1.20","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-doc"},"product_reference":"go1.20-doc","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race as component of SUSE Linux Enterprise High Performance Computing 15 SP5","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-race"},"product_reference":"go1.20-race","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20 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"},"product_reference":"go1.20","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-doc 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"},"product_reference":"go1.20-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.20-race 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"},"product_reference":"go1.20-race","relates_to_product_reference":"SUSE Linux Enterprise Module for Development Tools 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.10 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.10"},"product_reference":"go1.10","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.10-doc as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.10-doc"},"product_reference":"go1.10-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.11 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.11"},"product_reference":"go1.11","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.11-doc as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.11-doc"},"product_reference":"go1.11-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.12 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.12"},"product_reference":"go1.12","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.12-doc as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.12-doc"},"product_reference":"go1.12-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.13 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.13"},"product_reference":"go1.13","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.13-doc as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.13-doc"},"product_reference":"go1.13-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.7 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.7"},"product_reference":"go1.7","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.7-doc as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.7-doc"},"product_reference":"go1.7-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.8 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.8"},"product_reference":"go1.8","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.8-doc as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.8-doc"},"product_reference":"go1.8-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.9 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.9"},"product_reference":"go1.9","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.9-doc as component of SUSE Linux Enterprise Module for Package Hub 15 SP5","product_id":"SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.9-doc"},"product_reference":"go1.9-doc","relates_to_product_reference":"SUSE Linux Enterprise Module for Package Hub 15 SP5"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.16-doc as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.16-doc"},"product_reference":"go1.16-doc","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.16-race as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.16-race"},"product_reference":"go1.16-race","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18 as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.18"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.18-doc"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race as component of SUSE Linux Enterprise Real Time 15 SP3","product_id":"SUSE Linux Enterprise Real Time 15 SP3:go1.18-race"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise Real Time 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise Server 15 SP1-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP1-LTSS:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise Server 15 SP1-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP1-LTSS:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise Server 15 SP1-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP1-LTSS:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise Server 15 SP1-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP1-LTSS:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise Server 15 SP1-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP1-LTSS:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP1-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-doc as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.16-doc"},"product_reference":"go1.16-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-race as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.16-race"},"product_reference":"go1.16-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise Server 15 SP2-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-doc as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.16-doc"},"product_reference":"go1.16-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.16-race as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.16-race"},"product_reference":"go1.16-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18 as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-doc"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race as component of SUSE Linux Enterprise Server 15 SP3-LTSS","product_id":"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-race"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise Server 15 SP3-LTSS"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP1"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP1"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP1"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP1"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP1"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.16-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.16-doc"},"product_reference":"go1.16-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.16-race as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.16-race"},"product_reference":"go1.16-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP2"},{"category":"default_component_of","full_product_name":{"name":"go1.14 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.14"},"product_reference":"go1.14","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.14-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.14-doc"},"product_reference":"go1.14-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.15 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.15"},"product_reference":"go1.15","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.15-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.15-doc"},"product_reference":"go1.15-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.15-race as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.15-race"},"product_reference":"go1.15-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.16 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.16"},"product_reference":"go1.16","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.16-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.16-doc"},"product_reference":"go1.16-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.16-race as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.16-race"},"product_reference":"go1.16-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.17 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.17"},"product_reference":"go1.17","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-doc as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.17-doc"},"product_reference":"go1.17-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.17-race as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3","product_id":"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.17-race"},"product_reference":"go1.17-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18 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"},"product_reference":"go1.18","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-doc 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"},"product_reference":"go1.18-doc","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"go1.18-race 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"},"product_reference":"go1.18-race","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 15 SP3"}]},"vulnerabilities":[{"cve":"CVE-2023-24536","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2023-24536"}],"notes":[{"category":"general","text":"Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.","title":"CVE description"}],"product_status":{"known_affected":["SUSE Linux Enterprise Desktop 15 SP5:go1.19","SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc","SUSE Linux Enterprise Desktop 15 SP5:go1.19-race","SUSE Linux Enterprise Desktop 15 SP5:go1.20","SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc","SUSE Linux Enterprise Desktop 15 SP5:go1.20-race","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-doc","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-race","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-doc","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-race","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race","SUSE Linux Enterprise Server 15 SP5:go1.19","SUSE Linux Enterprise Server 15 SP5:go1.19-doc","SUSE Linux Enterprise Server 15 SP5:go1.19-race","SUSE Linux Enterprise Server 15 SP5:go1.20","SUSE Linux Enterprise Server 15 SP5:go1.20-doc","SUSE Linux Enterprise Server 15 SP5:go1.20-race","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-race","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-race"],"recommended":["SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1","SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1","SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1","SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","SUSE Liberty Linux 8:go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-race-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-src-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658","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.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-race-1.20.4-150000.1.11.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 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-race-1.20.4-150000.1.11.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 Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.4-150000.1.11.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 SP6:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP5:go1.20-race-1.20.4-150000.1.11.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 for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-race-1.20.4-150000.1.11.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 Manager Proxy 4.3:go1.19-1.19.9-150000.1.31.1","SUSE Manager Proxy 4.3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Manager Proxy 4.3:go1.19-race-1.19.9-150000.1.31.1","SUSE Manager Proxy 4.3:go1.20-1.20.4-150000.1.11.1","SUSE Manager Proxy 4.3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Manager Proxy 4.3:go1.20-race-1.20.4-150000.1.11.1","SUSE Manager Retail Branch Server 4.3:go1.19-1.19.9-150000.1.31.1","SUSE Manager Retail Branch Server 4.3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Manager Retail Branch Server 4.3:go1.19-race-1.19.9-150000.1.31.1","SUSE Manager Retail Branch Server 4.3:go1.20-1.20.4-150000.1.11.1","SUSE Manager Retail Branch Server 4.3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Manager Retail Branch Server 4.3:go1.20-race-1.20.4-150000.1.11.1","SUSE Manager Server 4.3:go1.19-1.19.9-150000.1.31.1","SUSE Manager Server 4.3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Manager Server 4.3:go1.19-race-1.19.9-150000.1.31.1","SUSE Manager Server 4.3:go1.20-1.20.4-150000.1.11.1","SUSE Manager Server 4.3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Manager Server 4.3:go1.20-race-1.20.4-150000.1.11.1","openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1","openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1","openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1","openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1","openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1","openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1","openSUSE Tumbleweed:go1.19-1.19.8-1.1","openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1","openSUSE Tumbleweed:go1.19-race-1.19.8-1.1","openSUSE Tumbleweed:go1.20-1.20.3-1.1","openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1","openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1","openSUSE Tumbleweed:go1.20-race-1.20.3-1.1"]},"references":[{"category":"external","summary":"CVE-2023-24536","url":"https://www.suse.com/security/cve/CVE-2023-24536"},{"category":"external","summary":"SUSE Security Ratings","url":"https://www.suse.com/support/security/rating/"},{"category":"external","summary":"SUSE Bug 1210128 for CVE-2023-24536","url":"https://bugzilla.suse.com/1210128"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1008-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-April/014427.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1009-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-April/014428.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1516-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014835.html"},{"category":"external","summary":"Advisory link for SUSE-CU-2023:1517-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014836.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-SU-2023:1791-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-April/014421.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:1792-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-April/014420.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:2105-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014738.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:2105-2","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014784.html"},{"category":"external","summary":"Advisory link for SUSE-SU-2023:2127-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-May/014783.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 Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1","SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1","SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1","SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","SUSE Liberty Linux 8:go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-race-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-src-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658","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.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-race-1.20.4-150000.1.11.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 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-race-1.20.4-150000.1.11.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 Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.4-150000.1.11.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 SP6:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP5:go1.20-race-1.20.4-150000.1.11.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 for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-race-1.20.4-150000.1.11.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 Manager Proxy 4.3:go1.19-1.19.9-150000.1.31.1","SUSE Manager Proxy 4.3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Manager Proxy 4.3:go1.19-race-1.19.9-150000.1.31.1","SUSE Manager Proxy 4.3:go1.20-1.20.4-150000.1.11.1","SUSE Manager Proxy 4.3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Manager Proxy 4.3:go1.20-race-1.20.4-150000.1.11.1","SUSE Manager Retail Branch Server 4.3:go1.19-1.19.9-150000.1.31.1","SUSE Manager Retail Branch Server 4.3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Manager Retail Branch Server 4.3:go1.19-race-1.19.9-150000.1.31.1","SUSE Manager Retail Branch Server 4.3:go1.20-1.20.4-150000.1.11.1","SUSE Manager Retail Branch Server 4.3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Manager Retail Branch Server 4.3:go1.20-race-1.20.4-150000.1.11.1","SUSE Manager Server 4.3:go1.19-1.19.9-150000.1.31.1","SUSE Manager Server 4.3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Manager Server 4.3:go1.19-race-1.19.9-150000.1.31.1","SUSE Manager Server 4.3:go1.20-1.20.4-150000.1.11.1","SUSE Manager Server 4.3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Manager Server 4.3:go1.20-race-1.20.4-150000.1.11.1","openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1","openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1","openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1","openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1","openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1","openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1","openSUSE Tumbleweed:go1.19-1.19.8-1.1","openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1","openSUSE Tumbleweed:go1.19-race-1.19.8-1.1","openSUSE Tumbleweed:go1.20-1.20.3-1.1","openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1","openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1","openSUSE Tumbleweed:go1.20-race-1.20.3-1.1"]},{"category":"no_fix_planned","details":"There is no fix planned for these products.\n","product_ids":["SUSE CaaS Platform 4.0:go1.14","SUSE CaaS Platform 4.0:go1.14-doc","SUSE CaaS Platform 4.0:go1.15","SUSE CaaS Platform 4.0:go1.15-doc","SUSE CaaS Platform 4.0:go1.15-race","SUSE Enterprise Storage 7.1:go1.14","SUSE Enterprise Storage 7.1:go1.14-doc","SUSE Enterprise Storage 7.1:go1.15","SUSE Enterprise Storage 7.1:go1.15-doc","SUSE Enterprise Storage 7.1:go1.15-race","SUSE Enterprise Storage 7.1:go1.16","SUSE Enterprise Storage 7.1:go1.16-doc","SUSE Enterprise Storage 7.1:go1.16-race","SUSE Enterprise Storage 7.1:go1.17","SUSE Enterprise Storage 7.1:go1.17-doc","SUSE Enterprise Storage 7.1:go1.17-race","SUSE Enterprise Storage 7.1:go1.18","SUSE Enterprise Storage 7.1:go1.18-doc","SUSE Enterprise Storage 7.1:go1.18-race","SUSE Enterprise Storage 7:go1.14","SUSE Enterprise Storage 7:go1.15","SUSE Enterprise Storage 7:go1.16","SUSE Enterprise Storage 7:go1.17","SUSE Linux Enterprise Desktop 15 SP4:go1.17","SUSE Linux Enterprise Desktop 15 SP4:go1.17-doc","SUSE Linux Enterprise Desktop 15 SP4:go1.17-race","SUSE Linux Enterprise Desktop 15 SP4:go1.18","SUSE Linux Enterprise Desktop 15 SP4:go1.18-doc","SUSE Linux Enterprise Desktop 15 SP4:go1.18-race","SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.14","SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.14-doc","SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.15","SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.15-doc","SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:go1.15-race","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.14","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.14-doc","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.15","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.15-doc","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.15-race","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.16","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.16-doc","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.16-race","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.14","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.14-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.15","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.15-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.15-race","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.16","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.16-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.16-race","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.17","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.17-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.17-race","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-race","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.14","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.14-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.15","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.15-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.15-race","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.16","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.16-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.16-race","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.17","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.17-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.17-race","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-doc","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-race","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.17","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.17-doc","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.17-race","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-doc","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.18-race","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.10","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.10-doc","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.11","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.11-doc","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.12","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.12-doc","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.13","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.13-doc","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.7","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.7-doc","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.8","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.8-doc","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.9","SUSE Linux Enterprise Module for Package Hub 15 SP5:go1.9-doc","SUSE Linux Enterprise Real Time 15 SP3:go1.14","SUSE Linux Enterprise Real Time 15 SP3:go1.14-doc","SUSE Linux Enterprise Real Time 15 SP3:go1.15","SUSE Linux Enterprise Real Time 15 SP3:go1.15-doc","SUSE Linux Enterprise Real Time 15 SP3:go1.15-race","SUSE Linux Enterprise Real Time 15 SP3:go1.16","SUSE Linux Enterprise Real Time 15 SP3:go1.16-doc","SUSE Linux Enterprise Real Time 15 SP3:go1.16-race","SUSE Linux Enterprise Real Time 15 SP3:go1.17","SUSE Linux Enterprise Real Time 15 SP3:go1.17-doc","SUSE Linux Enterprise Real Time 15 SP3:go1.17-race","SUSE Linux Enterprise Real Time 15 SP3:go1.18","SUSE Linux Enterprise Real Time 15 SP3:go1.18-doc","SUSE Linux Enterprise Real Time 15 SP3:go1.18-race","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.14","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.14","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.14-doc","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.14-doc","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.15","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.15","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.15-doc","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.15-doc","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.15-race","SUSE Linux Enterprise Server 15 SP1-LTSS:go1.15-race","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.14","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.14","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.14-doc","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.14-doc","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.15","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.15","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.15-doc","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.15-doc","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.15-race","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.15-race","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.16","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.16","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.16-doc","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.16-doc","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.16-race","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.16-race","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race","SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.14","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.14","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.14-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.14-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.15","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.15","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.15-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.15-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.15-race","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.15-race","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.16","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.16","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.16-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.16-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.16-race","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.16-race","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.17","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.17","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.17-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.17-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.17-race","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.17-race","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-doc","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-race","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-race","SUSE Linux Enterprise Server 15 SP4:go1.17","SUSE Linux Enterprise Server 15 SP4:go1.17-doc","SUSE Linux Enterprise Server 15 SP4:go1.17-race","SUSE Linux Enterprise Server 15 SP4:go1.18","SUSE Linux Enterprise Server 15 SP4:go1.18-doc","SUSE Linux Enterprise Server 15 SP4:go1.18-race","SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.14","SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.14-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.15","SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.15-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP1:go1.15-race","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.14","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.14-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.15","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.15-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.15-race","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.16","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.16-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.16-race","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.14","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.14-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.15","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.15-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.15-race","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.16","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.16-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.16-race","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.17","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.17-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.17-race","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-race","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.17","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.17-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.17-race","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-doc","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.18-race","SUSE Manager Proxy 4.3:go1.17","SUSE Manager Proxy 4.3:go1.17-doc","SUSE Manager Proxy 4.3:go1.17-race","SUSE Manager Proxy 4.3:go1.18","SUSE Manager Proxy 4.3:go1.18-doc","SUSE Manager Proxy 4.3:go1.18-race","SUSE Manager Retail Branch Server 4.3:go1.17","SUSE Manager Retail Branch Server 4.3:go1.17-doc","SUSE Manager Retail Branch Server 4.3:go1.17-race","SUSE Manager Retail Branch Server 4.3:go1.18","SUSE Manager Retail Branch Server 4.3:go1.18-doc","SUSE Manager Retail Branch Server 4.3:go1.18-race","SUSE Manager Server 4.3:go1.17","SUSE Manager Server 4.3:go1.17-doc","SUSE Manager Server 4.3:go1.17-race","SUSE Manager Server 4.3:go1.18","SUSE Manager Server 4.3:go1.18-doc","SUSE Manager Server 4.3:go1.18-race"]}],"scores":[{"cvss_v3":{"baseScore":5.9,"baseSeverity":"MEDIUM","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"},"products":["SUSE Enterprise Storage 7.1:go1.19-1.19.9-150000.1.31.1","SUSE Enterprise Storage 7.1:go1.19-doc-1.19.9-150000.1.31.1","SUSE Enterprise Storage 7.1:go1.19-race-1.19.9-150000.1.31.1","SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5","SUSE Liberty Linux 8:go-toolset-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-bin-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-docs-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-misc-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-race-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-src-1.19.9-1.module+el8.8.0+18857+fca43658","SUSE Liberty Linux 8:golang-tests-1.19.9-1.module+el8.8.0+18857+fca43658","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.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Desktop 15 SP5:go1.20-race-1.20.4-150000.1.11.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 SP3-ESPOS:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise High Performance Computing 15 SP5:go1.20-race-1.20.4-150000.1.11.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 Module for Development Tools 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.4-150000.1.11.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 SP6:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Real Time 15 SP3:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Real Time 15 SP3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Real Time 15 SP3:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server 15 SP5:go1.20-race-1.20.4-150000.1.11.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 for SAP Applications 15 SP3:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.20-race-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-doc-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.19-race-1.19.9-150000.1.31.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-doc-1.20.4-150000.1.11.1","SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.20-race-1.20.4-150000.1.11.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 Manager Proxy 4.3:go1.19-1.19.9-150000.1.31.1","SUSE Manager Proxy 4.3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Manager Proxy 4.3:go1.19-race-1.19.9-150000.1.31.1","SUSE Manager Proxy 4.3:go1.20-1.20.4-150000.1.11.1","SUSE Manager Proxy 4.3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Manager Proxy 4.3:go1.20-race-1.20.4-150000.1.11.1","SUSE Manager Retail Branch Server 4.3:go1.19-1.19.9-150000.1.31.1","SUSE Manager Retail Branch Server 4.3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Manager Retail Branch Server 4.3:go1.19-race-1.19.9-150000.1.31.1","SUSE Manager Retail Branch Server 4.3:go1.20-1.20.4-150000.1.11.1","SUSE Manager Retail Branch Server 4.3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Manager Retail Branch Server 4.3:go1.20-race-1.20.4-150000.1.11.1","SUSE Manager Server 4.3:go1.19-1.19.9-150000.1.31.1","SUSE Manager Server 4.3:go1.19-doc-1.19.9-150000.1.31.1","SUSE Manager Server 4.3:go1.19-race-1.19.9-150000.1.31.1","SUSE Manager Server 4.3:go1.20-1.20.4-150000.1.11.1","SUSE Manager Server 4.3:go1.20-doc-1.20.4-150000.1.11.1","SUSE Manager Server 4.3:go1.20-race-1.20.4-150000.1.11.1","openSUSE Leap 15.4:go1.19-1.19.9-150000.1.31.1","openSUSE Leap 15.4:go1.19-doc-1.19.9-150000.1.31.1","openSUSE Leap 15.4:go1.19-race-1.19.9-150000.1.31.1","openSUSE Leap 15.4:go1.20-1.20.4-150000.1.11.1","openSUSE Leap 15.4:go1.20-doc-1.20.4-150000.1.11.1","openSUSE Leap 15.4:go1.20-race-1.20.4-150000.1.11.1","openSUSE Tumbleweed:go1.19-1.19.8-1.1","openSUSE Tumbleweed:go1.19-doc-1.19.8-1.1","openSUSE Tumbleweed:go1.19-race-1.19.8-1.1","openSUSE Tumbleweed:go1.20-1.20.3-1.1","openSUSE Tumbleweed:go1.20-doc-1.20.3-1.1","openSUSE Tumbleweed:go1.20-libstd-1.20.3-1.1","openSUSE Tumbleweed:go1.20-race-1.20.3-1.1"]}],"threats":[{"category":"impact","date":"2023-04-05T02:00:53Z","details":"moderate"}],"title":"CVE-2023-24536"}]}