<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">CVE-2022-41725</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2022-41725</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>64</Number>
        <Date>2026-03-05T04:36:37Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2023-02-16T00:20:25Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-03-05T04:36:37Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-cve.pl</Engine>
      <Date>2020-12-27T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="CVE" Type="Summary" Ordinal="1" xml:lang="en">CVE-2022-41725</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing "up to maxMemory bytes +10MB (reserved for non-file parts) in memory". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type's documentation states, "If stored on disk, the File's underlying concrete type will be an *os.File.". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="4" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-June/015197.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:1897-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015974.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:2729-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014046.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:674-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014137.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:768-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014142.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:776-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014159.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:785-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014160.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:789-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014176.html</URL>
      <Description>E-Mail link for SUSE-CU-2023:802-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014038.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:0733-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014037.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:0735-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014132.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:0869-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-March/014139.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:0871-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-May/015005.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:2312-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="Container bci/golang:1.18-20.6">
      <Branch Type="Product Name" Name="Container bci/golang:1.18-20.6">
        <FullProductName ProductID="Container bci/golang:1.18-20.6">Container bci/golang:1.18-20.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/golang:1.20-2.2">
      <Branch Type="Product Name" Name="Container bci/golang:1.20-2.2">
        <FullProductName ProductID="Container bci/golang:1.20-2.2">Container bci/golang:1.20-2.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container bci/golang:oldstable-3.4">
      <Branch Type="Product Name" Name="Container bci/golang:oldstable-3.4">
        <FullProductName ProductID="Container bci/golang:oldstable-3.4">Container bci/golang:oldstable-3.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1">
      <Branch Type="Product Name" Name="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1">
        <FullProductName ProductID="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1">Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.1/toolbox:13.2-3.8.1">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.1/toolbox:13.2-3.8.1">
        <FullProductName ProductID="Container suse/sle-micro/5.1/toolbox:13.2-3.8.1">Container suse/sle-micro/5.1/toolbox:13.2-3.8.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.2/toolbox:13.2-7.8.1">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.2/toolbox:13.2-7.8.1">
        <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:13.2-7.8.1">Container suse/sle-micro/5.2/toolbox:13.2-7.8.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.3/toolbox:13.2-6.8.1">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.3/toolbox:13.2-6.8.1">
        <FullProductName ProductID="Container suse/sle-micro/5.3/toolbox:13.2-6.8.1">Container suse/sle-micro/5.3/toolbox:13.2-6.8.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.4/toolbox:13.2-5.15.1">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.4/toolbox:13.2-5.15.1">
        <FullProductName ProductID="Container suse/sle-micro/5.4/toolbox:13.2-5.15.1">Container suse/sle-micro/5.4/toolbox:13.2-5.15.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle-micro/5.5/toolbox:14.2-3.12.3">
      <Branch Type="Product Name" Name="Container suse/sle-micro/5.5/toolbox:14.2-3.12.3">
        <FullProductName ProductID="Container suse/sle-micro/5.5/toolbox:14.2-3.12.3">Container suse/sle-micro/5.5/toolbox:14.2-3.12.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.1.6.2.748">
      <Branch Type="Product Name" Name="Container suse/sle15:15.1.6.2.748">
        <FullProductName ProductID="Container suse/sle15:15.1.6.2.748">Container suse/sle15:15.1.6.2.748</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.2.9.5.277">
      <Branch Type="Product Name" Name="Container suse/sle15:15.2.9.5.277">
        <FullProductName ProductID="Container suse/sle15:15.2.9.5.277">Container suse/sle15:15.2.9.5.277</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.3.17.20.115">
      <Branch Type="Product Name" Name="Container suse/sle15:15.3.17.20.115">
        <FullProductName ProductID="Container suse/sle15:15.3.17.20.115">Container suse/sle15:15.3.17.20.115</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.4.27.14.42">
      <Branch Type="Product Name" Name="Container suse/sle15:15.4.27.14.42">
        <FullProductName ProductID="Container suse/sle15:15.4.27.14.42">Container suse/sle15:15.4.27.14.42</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Container suse/sle15:15.5.36.5.4">
      <Branch Type="Product Name" Name="Container suse/sle15:15.5.36.5.4">
        <FullProductName ProductID="Container suse/sle15:15.5.36.5.4">Container suse/sle15:15.5.36.5.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE CaaS Platform 4.0">
      <Branch Type="Product Name" Name="SUSE CaaS Platform 4.0">
        <FullProductName ProductID="SUSE CaaS Platform 4.0" CPE="cpe:/o:suse:caasp:4.0">SUSE CaaS Platform 4.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7">
        <FullProductName ProductID="SUSE Enterprise Storage 7" CPE="cpe:/o:suse:ses:7">SUSE Enterprise Storage 7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7.1">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7.1">
        <FullProductName ProductID="SUSE Enterprise Storage 7.1" CPE="cpe:/o:suse:ses:7.1">SUSE Enterprise Storage 7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Liberty Linux 8">
      <Branch Type="Product Name" Name="SUSE Liberty Linux 8">
        <FullProductName ProductID="SUSE Liberty Linux 8" CPE="cpe:/o:suse:sll:8">SUSE Liberty Linux 8</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Liberty Linux 9">
      <Branch Type="Product Name" Name="SUSE Liberty Linux 9">
        <FullProductName ProductID="SUSE Liberty Linux 9" CPE="cpe:/o:suse:sll:9">SUSE Liberty Linux 9</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp1">SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp2">SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5" CPE="cpe:/o:suse:sle-module-containers:15:sp5">SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6" CPE="cpe:/o:suse:sle-module-containers:15:sp6">SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7" CPE="cpe:/o:suse:sle-module-containers:15:sp7">SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Real Time 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Real Time 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3" CPE="cpe:/o:suse:sle_rt:15:sp3">SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp1">SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp2">SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5" CPE="cpe:/o:suse:sle-module-containers:15:sp5">SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6" CPE="cpe:/o:suse:sle-module-containers:15:sp6">SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7" CPE="cpe:/o:suse:sle-module-containers:15:sp7">SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1" CPE="cpe:/o:suse:sles_sap:15:sp1">SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2" CPE="cpe:/o:suse:sles_sap:15:sp2">SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5" CPE="cpe:/o:suse:sle-module-containers:15:sp5">SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5" CPE="cpe:/o:suse:sle-module-development-tools:15:sp5">SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6" CPE="cpe:/o:suse:sle-module-containers:15:sp6">SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6" CPE="cpe:/o:suse:sle-module-development-tools:15:sp6">SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7" CPE="cpe:/o:suse:sle-module-containers:15:sp7">SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Development Tools 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4" CPE="cpe:/o:suse:sle-module-development-tools:15:sp4">SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.4">
      <Branch Type="Product Name" Name="openSUSE Leap 15.4">
        <FullProductName ProductID="openSUSE Leap 15.4" CPE="cpe:/o:opensuse:leap:15.4">openSUSE Leap 15.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.5">
      <Branch Type="Product Name" Name="openSUSE Leap 15.5">
        <FullProductName ProductID="openSUSE Leap 15.5" CPE="cpe:/o:opensuse:leap:15.5">openSUSE Leap 15.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Tumbleweed">
      <Branch Type="Product Name" Name="openSUSE Tumbleweed">
        <FullProductName ProductID="openSUSE Tumbleweed" CPE="cpe:/o:opensuse:tumbleweed">openSUSE Tumbleweed</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="buildah-1.31.3-1.el9">
      <FullProductName ProductID="buildah-1.31.3-1.el9" CPE="cpe:2.3:a:buildah_project:buildah:1.31.3:*:*:*:*:*:*:*">buildah-1.31.3-1.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="buildah-tests-1.31.3-1.el9">
      <FullProductName ProductID="buildah-tests-1.31.3-1.el9">buildah-tests-1.31.3-1.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="container-suseconnect-2.4.0-150000.4.24.1">
      <FullProductName ProductID="container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="containernetworking-plugins-1.3.0-4.el9">
      <FullProductName ProductID="containernetworking-plugins-1.3.0-4.el9">containernetworking-plugins-1.3.0-4.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5">
      <FullProductName ProductID="delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5">delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6">
      <FullProductName ProductID="go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6">go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.18-1.18.10-1.1">
      <FullProductName ProductID="go1.18-1.18.10-1.1" CPE="cpe:2.3:a:golang:go:1.18.10:*:*:*:*:*:*:*">go1.18-1.18.10-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.18-1.18.10-150000.1.46.1">
      <FullProductName ProductID="go1.18-1.18.10-150000.1.46.1" CPE="cpe:2.3:a:golang:go:1.18.10:*:*:*:*:*:*:*">go1.18-1.18.10-150000.1.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.18-doc-1.18.10-1.1">
      <FullProductName ProductID="go1.18-doc-1.18.10-1.1">go1.18-doc-1.18.10-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.18-doc-1.18.10-150000.1.46.1">
      <FullProductName ProductID="go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.18-openssl-1.18.10.1-150000.1.9.1">
      <FullProductName ProductID="go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.18-openssl-doc-1.18.10.1-150000.1.9.1">
      <FullProductName ProductID="go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.18-openssl-race-1.18.10.1-150000.1.9.1">
      <FullProductName ProductID="go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.18-race-1.18.10-1.1">
      <FullProductName ProductID="go1.18-race-1.18.10-1.1">go1.18-race-1.18.10-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.18-race-1.18.10-150000.1.46.1">
      <FullProductName ProductID="go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-1.19.6-1.1">
      <FullProductName ProductID="go1.19-1.19.6-1.1" CPE="cpe:2.3:a:golang:go:1.19.6:*:*:*:*:*:*:*">go1.19-1.19.6-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-1.19.7-150000.1.23.1">
      <FullProductName ProductID="go1.19-1.19.7-150000.1.23.1" CPE="cpe:2.3:a:golang:go:1.19.7:*:*:*:*:*:*:*">go1.19-1.19.7-150000.1.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-doc-1.19.6-1.1">
      <FullProductName ProductID="go1.19-doc-1.19.6-1.1">go1.19-doc-1.19.6-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-doc-1.19.7-150000.1.23.1">
      <FullProductName ProductID="go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-race-1.19.6-1.1">
      <FullProductName ProductID="go1.19-race-1.19.6-1.1">go1.19-race-1.19.6-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.19-race-1.19.7-150000.1.23.1">
      <FullProductName ProductID="go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-1.20.1-1.1">
      <FullProductName ProductID="go1.20-1.20.1-1.1" CPE="cpe:2.3:a:golang:go:1.20.1:*:*:*:*:*:*:*">go1.20-1.20.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-1.20.2-150000.1.5.1">
      <FullProductName ProductID="go1.20-1.20.2-150000.1.5.1" CPE="cpe:2.3:a:golang:go:1.20.2:*:*:*:*:*:*:*">go1.20-1.20.2-150000.1.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-doc-1.20.1-1.1">
      <FullProductName ProductID="go1.20-doc-1.20.1-1.1">go1.20-doc-1.20.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-doc-1.20.2-150000.1.5.1">
      <FullProductName ProductID="go1.20-doc-1.20.2-150000.1.5.1">go1.20-doc-1.20.2-150000.1.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-openssl-1.20.12.1-150000.1.17.1">
      <FullProductName ProductID="go1.20-openssl-1.20.12.1-150000.1.17.1" CPE="cpe:2.3:a:golang:go:1.20.12.1:*:*:*:*:*:*:*">go1.20-openssl-1.20.12.1-150000.1.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-openssl-doc-1.20.12.1-150000.1.17.1">
      <FullProductName ProductID="go1.20-openssl-doc-1.20.12.1-150000.1.17.1">go1.20-openssl-doc-1.20.12.1-150000.1.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-openssl-race-1.20.12.1-150000.1.17.1">
      <FullProductName ProductID="go1.20-openssl-race-1.20.12.1-150000.1.17.1">go1.20-openssl-race-1.20.12.1-150000.1.17.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-race-1.20.1-1.1">
      <FullProductName ProductID="go1.20-race-1.20.1-1.1">go1.20-race-1.20.1-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="go1.20-race-1.20.2-150000.1.5.1">
      <FullProductName ProductID="go1.20-race-1.20.2-150000.1.5.1">go1.20-race-1.20.2-150000.1.5.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6">
      <FullProductName ProductID="golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6">
      <FullProductName ProductID="golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6">
      <FullProductName ProductID="golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6">
      <FullProductName ProductID="golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6">
      <FullProductName ProductID="golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6">
      <FullProductName ProductID="golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6">
      <FullProductName ProductID="golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-4.6.1-5.el9">
      <FullProductName ProductID="podman-4.6.1-5.el9" CPE="cpe:2.3:a:podman_project:podman:4.6.1:*:*:*:*:*:*:*">podman-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-docker-4.6.1-5.el9">
      <FullProductName ProductID="podman-docker-4.6.1-5.el9">podman-docker-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-gvproxy-4.6.1-5.el9">
      <FullProductName ProductID="podman-gvproxy-4.6.1-5.el9">podman-gvproxy-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-plugins-4.6.1-5.el9">
      <FullProductName ProductID="podman-plugins-4.6.1-5.el9">podman-plugins-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-remote-4.6.1-5.el9">
      <FullProductName ProductID="podman-remote-4.6.1-5.el9">podman-remote-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="podman-tests-4.6.1-5.el9">
      <FullProductName ProductID="podman-tests-4.6.1-5.el9">podman-tests-4.6.1-5.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="skopeo-1.13.3-1.el9">
      <FullProductName ProductID="skopeo-1.13.3-1.el9">skopeo-1.13.3-1.el9</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="skopeo-tests-1.13.3-1.el9">
      <FullProductName ProductID="skopeo-tests-1.13.3-1.el9">skopeo-tests-1.13.3-1.el9</FullProductName>
    </Branch>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:1.18-20.6">
      <FullProductName ProductID="Container bci/golang:1.18-20.6:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of Container bci/golang:1.18-20.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:1.20-2.2">
      <FullProductName ProductID="Container bci/golang:1.20-2.2:go1.20-1.20.2-150000.1.5.1">go1.20-1.20.2-150000.1.5.1 as a component of Container bci/golang:1.20-2.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/golang:oldstable-3.4">
      <FullProductName ProductID="Container bci/golang:oldstable-3.4:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of Container bci/golang:oldstable-3.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1">
      <FullProductName ProductID="Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.1/toolbox:13.2-3.8.1">
      <FullProductName ProductID="Container suse/sle-micro/5.1/toolbox:13.2-3.8.1:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle-micro/5.1/toolbox:13.2-3.8.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.2/toolbox:13.2-7.8.1">
      <FullProductName ProductID="Container suse/sle-micro/5.2/toolbox:13.2-7.8.1:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle-micro/5.2/toolbox:13.2-7.8.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.3/toolbox:13.2-6.8.1">
      <FullProductName ProductID="Container suse/sle-micro/5.3/toolbox:13.2-6.8.1:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle-micro/5.3/toolbox:13.2-6.8.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.4/toolbox:13.2-5.15.1">
      <FullProductName ProductID="Container suse/sle-micro/5.4/toolbox:13.2-5.15.1:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle-micro/5.4/toolbox:13.2-5.15.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro/5.5/toolbox:14.2-3.12.3">
      <FullProductName ProductID="Container suse/sle-micro/5.5/toolbox:14.2-3.12.3:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle-micro/5.5/toolbox:14.2-3.12.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.1.6.2.748">
      <FullProductName ProductID="Container suse/sle15:15.1.6.2.748:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle15:15.1.6.2.748</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.2.9.5.277">
      <FullProductName ProductID="Container suse/sle15:15.2.9.5.277:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle15:15.2.9.5.277</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.3.17.20.115">
      <FullProductName ProductID="Container suse/sle15:15.3.17.20.115:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle15:15.3.17.20.115</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.4.27.14.42">
      <FullProductName ProductID="Container suse/sle15:15.4.27.14.42:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle15:15.4.27.14.42</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle15:15.5.36.5.4">
      <FullProductName ProductID="Container suse/sle15:15.5.36.5.4:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of Container suse/sle15:15.5.36.5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5">delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6">go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 8">
      <FullProductName ProductID="SUSE Liberty Linux 8:golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6">golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6 as a component of SUSE Liberty Linux 8</FullProductName>
    </Relationship>
    <Relationship ProductReference="buildah-1.31.3-1.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:buildah-1.31.3-1.el9">buildah-1.31.3-1.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="buildah-tests-1.31.3-1.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:buildah-tests-1.31.3-1.el9">buildah-tests-1.31.3-1.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="containernetworking-plugins-1.3.0-4.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:containernetworking-plugins-1.3.0-4.el9">containernetworking-plugins-1.3.0-4.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-4.6.1-5.el9">podman-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-docker-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-docker-4.6.1-5.el9">podman-docker-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-gvproxy-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-gvproxy-4.6.1-5.el9">podman-gvproxy-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-plugins-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-plugins-4.6.1-5.el9">podman-plugins-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-remote-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-remote-4.6.1-5.el9">podman-remote-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="podman-tests-4.6.1-5.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:podman-tests-4.6.1-5.el9">podman-tests-4.6.1-5.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="skopeo-1.13.3-1.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:skopeo-1.13.3-1.el9">skopeo-1.13.3-1.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="skopeo-tests-1.13.3-1.el9" RelationType="Default Component Of" RelatesToProductReference="SUSE Liberty Linux 9">
      <FullProductName ProductID="SUSE Liberty Linux 9:skopeo-tests-1.13.3-1.el9">skopeo-tests-1.13.3-1.el9 as a component of SUSE Liberty Linux 9</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.2-150000.1.5.1">go1.20-1.20.2-150000.1.5.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.2-150000.1.5.1">go1.20-doc-1.20.2-150000.1.5.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.2-150000.1.5.1">go1.20-race-1.20.2-150000.1.5.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.2-150000.1.5.1">go1.20-1.20.2-150000.1.5.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.2-150000.1.5.1">go1.20-doc-1.20.2-150000.1.5.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.2-150000.1.5.1">go1.20-race-1.20.2-150000.1.5.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-openssl-1.20.12.1-150000.1.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1">go1.20-openssl-1.20.12.1-150000.1.17.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-openssl-doc-1.20.12.1-150000.1.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1">go1.20-openssl-doc-1.20.12.1-150000.1.17.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-openssl-race-1.20.12.1-150000.1.17.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Development Tools 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1">go1.20-openssl-race-1.20.12.1-150000.1.17.1 as a component of SUSE Linux Enterprise Module for Development Tools 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Real Time 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Real Time 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.2-150000.1.5.1">go1.20-1.20.2-150000.1.5.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.2-150000.1.5.1">go1.20-doc-1.20.2-150000.1.5.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.2-150000.1.5.1">go1.20-race-1.20.2-150000.1.5.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="container-suseconnect-2.4.0-150000.4.24.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:container-suseconnect-2.4.0-150000.4.24.1">container-suseconnect-2.4.0-150000.4.24.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.18-1.18.10-150000.1.46.1">go1.18-1.18.10-150000.1.46.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.18-doc-1.18.10-150000.1.46.1">go1.18-doc-1.18.10-150000.1.46.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-150000.1.46.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.18-race-1.18.10-150000.1.46.1">go1.18-race-1.18.10-150000.1.46.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1">go1.19-1.19.7-150000.1.23.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1">go1.19-doc-1.19.7-150000.1.23.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.7-150000.1.23.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1">go1.19-race-1.19.7-150000.1.23.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.20-1.20.2-150000.1.5.1">go1.20-1.20.2-150000.1.5.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.20-doc-1.20.2-150000.1.5.1">go1.20-doc-1.20.2-150000.1.5.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.2-150000.1.5.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:go1.20-race-1.20.2-150000.1.5.1">go1.20-race-1.20.2-150000.1.5.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1">go1.18-openssl-1.18.10.1-150000.1.9.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-doc-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1">go1.18-openssl-doc-1.18.10.1-150000.1.9.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-openssl-race-1.18.10.1-150000.1.9.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1">go1.18-openssl-race-1.18.10.1-150000.1.9.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-1.18.10-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.18-1.18.10-1.1">go1.18-1.18.10-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-doc-1.18.10-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.18-doc-1.18.10-1.1">go1.18-doc-1.18.10-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.18-race-1.18.10-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.18-race-1.18.10-1.1">go1.18-race-1.18.10-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-1.19.6-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.19-1.19.6-1.1">go1.19-1.19.6-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-doc-1.19.6-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.19-doc-1.19.6-1.1">go1.19-doc-1.19.6-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.19-race-1.19.6-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.19-race-1.19.6-1.1">go1.19-race-1.19.6-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-1.20.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.20-1.20.1-1.1">go1.20-1.20.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-doc-1.20.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.20-doc-1.20.1-1.1">go1.20-doc-1.20.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="go1.20-race-1.20.1-1.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:go1.20-race-1.20.1-1.1">go1.20-race-1.20.1-1.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing "up to maxMemory bytes +10MB (reserved for non-file parts) in memory". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type's documentation states, "If stored on disk, the File's underlying concrete type will be an *os.File.". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.</Note>
    </Notes>
    <CVE>CVE-2022-41725</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/golang:1.18-20.6:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>Container bci/golang:1.20-2.2:go1.20-1.20.2-150000.1.5.1</ProductID>
        <ProductID>Container bci/golang:oldstable-3.4:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.7.20.5.1:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle-micro/5.1/toolbox:13.2-3.8.1:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle-micro/5.2/toolbox:13.2-7.8.1:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle-micro/5.3/toolbox:13.2-6.8.1:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle-micro/5.4/toolbox:13.2-5.15.1:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle-micro/5.5/toolbox:14.2-3.12.3:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle15:15.1.6.2.748:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle15:15.2.9.5.277:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle15:15.3.17.20.115:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle15:15.4.27.14.42:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>Container suse/sle15:15.5.36.5.4:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Liberty Linux 8:delve-1.9.1-1.module+el8.8.0+16778+5fbb74f5</ProductID>
        <ProductID>SUSE Liberty Linux 8:go-toolset-1.19.6-1.module+el8.8.0+18289+edd6c8b6</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-1.19.6-1.module+el8.8.0+18289+edd6c8b6</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-bin-1.19.6-1.module+el8.8.0+18289+edd6c8b6</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-docs-1.19.6-1.module+el8.8.0+18289+edd6c8b6</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-misc-1.19.6-1.module+el8.8.0+18289+edd6c8b6</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-race-1.19.6-1.module+el8.8.0+18289+edd6c8b6</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-src-1.19.6-1.module+el8.8.0+18289+edd6c8b6</ProductID>
        <ProductID>SUSE Liberty Linux 8:golang-tests-1.19.6-1.module+el8.8.0+18289+edd6c8b6</ProductID>
        <ProductID>SUSE Liberty Linux 9:buildah-1.31.3-1.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:buildah-tests-1.31.3-1.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:containernetworking-plugins-1.3.0-4.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-docker-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-gvproxy-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-plugins-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-remote-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:podman-tests-4.6.1-5.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:skopeo-1.13.3-1.el9</ProductID>
        <ProductID>SUSE Liberty Linux 9:skopeo-tests-1.13.3-1.el9</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP4:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP5:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP6:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP7:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-doc-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.20-race-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-doc-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP5:go1.20-race-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-1.20.12.1-150000.1.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-doc-1.20.12.1-150000.1.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.20-openssl-race-1.20.12.1-150000.1.17.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP5:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-doc-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:go1.20-race-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-doc-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:go1.20-race-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-doc-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:go1.20-race-1.20.2-150000.1.5.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:container-suseconnect-2.4.0-150000.4.24.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.18-1.18.10-150000.1.46.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.18-doc-1.18.10-150000.1.46.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.18-race-1.18.10-150000.1.46.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.20-1.20.2-150000.1.5.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.20-doc-1.20.2-150000.1.5.1</ProductID>
        <ProductID>openSUSE Leap 15.4:go1.20-race-1.20.2-150000.1.5.1</ProductID>
        <ProductID>openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.18-1.18.10-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.18-doc-1.18.10-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.18-race-1.18.10-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.19-1.19.6-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.19-doc-1.19.6-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.19-race-1.19.6-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.20-1.20.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.20-doc-1.20.1-1.1</ProductID>
        <ProductID>openSUSE Tumbleweed:go1.20-race-1.20.1-1.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV3>
        <BaseScoreV3>6.5</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
