<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Recommended update for slurm_23_02</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-RU-2023:4333-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2023-11-02T00:58:40Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2023-11-02T00:58:40Z</InitialReleaseDate>
    <CurrentReleaseDate>2023-11-02T00:58:40Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Recommended update for slurm_23_02</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for slurm_23_02 fixes the following issues:

- Updated to version 23.02.5 with the following changes:

  * Bug Fixes:

    + Revert a change in 23.02 where `SLURM_NTASKS` was no longer set in the
      job's environment when `--ntasks-per-node` was requested.
      The method that is is being set, however, is different and should be more
      accurate in more situations.
    + Change pmi2 plugin to honor the `SrunPortRange` option. This matches the
      new behavior of the pmix plugin in 23.02.0. Note that neither of these
      plugins makes use of the `MpiParams=ports=` option, and previously
      were only limited by the systems ephemeral port range.
    + Fix regression in 23.02.2 that caused slurmctld -R to crash on startup if
      a node features plugin is configured.
    + Fix and prevent reoccurring reservations from overlapping.
    + `job_container/tmpfs` - Avoid attempts to share BasePath between nodes.
    + With `CR_Cpu_Memory`, fix node selection for jobs that request gres and
      `--mem-per-cpu`.
    + Fix a regression from 22.05.7 in which some jobs were allocated too few
      nodes, thus overcommitting cpus to some tasks.
    + Fix a job being stuck in the completing state if the job ends while the
      primary controller is down or unresponsive and the backup controller has
      not yet taken over.
    + Fix `slurmctld` segfault when a node registers with a configured
      `CpuSpecList` while `slurmctld` configuration has the node without
      `CpuSpecList`.
    + Fix cloud nodes getting stuck in `POWERED_DOWN+NO_RESPOND` state after
      not registering by `ResumeTimeout`.
    + `slurmstepd` - Avoid cleanup of `config.json-less` containers spooldir
      getting skipped.
    + Fix scontrol segfault when 'completing' command requested repeatedly in
      interactive mode.
    + Properly handle a race condition between `bind()` and `listen()` calls
      in the network stack when running with SrunPortRange set.
    + Federation - Fix revoked jobs being returned regardless of the
      `-a`/`--all` option for privileged users.
    + Federation - Fix canceling pending federated jobs from non-origin
      clusters which could leave federated jobs orphaned from the origin
      cluster.
    + Fix sinfo segfault when printing multiple clusters with `--noheader`
      option.
    + Federation - fix clusters not syncing if clusters are added to a
      federation before they have registered with the dbd.
    + `node_features/helpers` - Fix node selection for jobs requesting
      changeable.
      features with the `|` operator, which could prevent jobs from
      running on some valid nodes.
    + `node_features/helpers` - Fix inconsistent handling of `&amp;` and `|`,
      where an AND'd feature was sometimes AND'd to all sets of features
      instead of just the current set. E.g. `foo|bar&amp;baz` was interpreted
      as `{foo,baz}` or `{bar,baz}` instead of how it is documented:
      `{foo} or {bar,baz}`.
    + Fix job accounting so that when a job is requeued its allocated node
      count is cleared. After the requeue, sacct will correctly show that
      the job has 0 `AllocNodes` while it is pending or if it is canceled
      before restarting.
    + `sacct` - `AllocCPUS` now correctly shows 0 if a job has not yet
      received an allocation or if the job was canceled before getting one.
    + Fix intel OneAPI autodetect: detect the `/dev/dri/renderD[0-9]+` GPUs,
      and do not detect `/dev/dri/card[0-9]+`.
    + Fix node selection for jobs that request `--gpus` and a number of
      tasks fewer than GPUs, which resulted in incorrectly rejecting these
      jobs.
    + Remove `MYSQL_OPT_RECONNECT` completely.
    + Fix cloud nodes in `POWERING_UP` state disappearing (getting set
      to `FUTURE`)
      when an `scontrol reconfigure` happens.
    + `openapi/dbv0.0.39` - Avoid assert / segfault on missing coordinators
      list.
    + `slurmrestd` - Correct memory leak while parsing OpenAPI specification
      templates with server overrides.
    + Fix overwriting user node reason with system message.
    + Prevent deadlock when `rpc_queue` is enabled.
    + `slurmrestd` - Correct OpenAPI specification generation bug where
      fields with overlapping parent paths would not get generated.
    + Fix memory leak as a result of a partition info query.
    + Fix memory leak as a result of a job info query.
    + For step allocations, fix `--gres=none` sometimes not ignoring gres
      from the job.
    + Fix `--exclusive` jobs incorrectly gang-scheduling where they shouldn't.
    + Fix allocations with `CR_SOCKET`, gres not assigned to a specific
      socket, and block core distribion potentially allocating more sockets
      than required.
    + Revert a change in 23.02.3 where Slurm would kill a script's process
      group as soon as the script ended instead of waiting as long as any
      process in that process group held the stdout/stderr file descriptors
      open. That change broke some scripts that relied on the previous
      behavior. Setting time limits for scripts (such as
      `PrologEpilogTimeout`) is strongly encouraged to avoid Slurm waiting
      indefinitely for scripts to finish.
    + Fix `slurmdbd -R` not returning an error under certain conditions.
    + `slurmdbd` - Avoid potential NULL pointer dereference in the mysql
      plugin.
    + Fix regression in 23.02.3 which broken X11 forwarding for hosts when
      MUNGE sends a localhost address in the encode host field. This is caused
      when the node hostname is mapped to 127.0.0.1 (or similar) in
      `/etc/hosts`.
    + `openapi/[db]v0.0.39` - fix memory leak on parsing error.
    + `data_parser/v0.0.39` - fix updating qos for associations.
    + `openapi/dbv0.0.39` - fix updating values for associations with null
      users.
    + Fix minor memory leak with `--tres-per-task` and licenses.
    + Fix cyclic socket cpu distribution for tasks in a step where
      `--cpus-per-task` &lt; usable threads per core.
    + `slurmrestd` - For `GET /slurm/v0.0.39/node[s]`, change format of
      node's energy field `current_watts` to a dictionary to account for
      unset value instead of dumping 4294967294.
    + `slurmrestd` - For `GET /slurm/v0.0.39/qos`, change format of QOS's
      field 'priority' to a dictionary to account for unset value instead of
      dumping 4294967294.
    + slurmrestd - For `GET /slurm/v0.0.39/job[s]`, the 'return code'
      code field in `v0.0.39_job_exit`_code will be set to -127 instead of
      being left unset where job does not have a relevant return code.

  * Other Changes:

    + Remove --uid / --gid options from salloc and srun commands. These options
      did not work correctly since the CVE-2022-29500 fix in combination with
      some changes made in 23.02.0.
    + Add the `JobId` to `debug()` messages indicating when
      `cpus_per_task/mem_per_cpu` or `pn_min_cpus` are being automatically
      adjusted.
    + Change the log message warning for rate limited users from verbose to
      info.
    + `slurmstepd` - Cleanup per task generated environment for containers in
      spooldir.
    + Format batch, extern, interactive, and pending step ids into strings that
      are human readable.
    + `slurmrestd` - Reduce memory usage when printing out job CPU frequency.
    + `data_parser/v0.0.39` - Add `required/memory_per_cpu` and
      `required/memory_per_node` to `sacct --json` and `sacct --yaml` and
      `GET /slurmdb/v0.0.39/jobs` from slurmrestd.
    + `gpu/oneapi` - Store cores correctly so CPU affinity is tracked.
    + Allow `slurmdbd -R` to work if the root assoc id is not 1.
    + Limit periodic node registrations to 50 instead of the full `TreeWidth`.
      Since unresolvable `cloud/dynamic` nodes must disable fanout by setting
      `TreeWidth` to a large number, this would cause all nodes to register at
      once.
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">SUSE-2023-4333,SUSE-SLE-Module-HPC-15-SP4-2023-4333,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-4333,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-4333,openSUSE-SLE-15.4-2023-4333</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/-2023-4333/suse-ru-20234333-1/</URL>
      <Description>Link for SUSE-RU-2023:4333-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-November/032558.html</URL>
      <Description>E-Mail link for SUSE-RU-2023:4333-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1215437</URL>
      <Description>SUSE Bug 1215437</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-29500/</URL>
      <Description>SUSE CVE CVE-2022-29500 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <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 Module for HPC 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for HPC 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4" CPE="cpe:/o:suse:sle-module-hpc:15:sp4">SUSE Linux Enterprise Module for HPC 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 Version" Name="libnss_slurm2_23_02-23.02.5-150300.7.11.2">
      <FullProductName ProductID="libnss_slurm2_23_02-23.02.5-150300.7.11.2">libnss_slurm2_23_02-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpmi0_23_02-23.02.5-150300.7.11.2">
      <FullProductName ProductID="libpmi0_23_02-23.02.5-150300.7.11.2">libpmi0_23_02-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libslurm39-23.02.5-150300.7.11.2">
      <FullProductName ProductID="libslurm39-23.02.5-150300.7.11.2">libslurm39-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="perl-slurm_23_02-23.02.5-150300.7.11.2">
      <FullProductName ProductID="perl-slurm_23_02-23.02.5-150300.7.11.2">perl-slurm_23_02-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-23.02.5-150300.7.11.2">slurm_23_02-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-auth-none-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-auth-none-23.02.5-150300.7.11.2">slurm_23_02-auth-none-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-config-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-config-23.02.5-150300.7.11.2">slurm_23_02-config-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-config-man-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-config-man-23.02.5-150300.7.11.2">slurm_23_02-config-man-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-cray-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-cray-23.02.5-150300.7.11.2">slurm_23_02-cray-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-devel-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-devel-23.02.5-150300.7.11.2">slurm_23_02-devel-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-doc-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-doc-23.02.5-150300.7.11.2">slurm_23_02-doc-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-hdf5-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-hdf5-23.02.5-150300.7.11.2">slurm_23_02-hdf5-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-lua-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-lua-23.02.5-150300.7.11.2">slurm_23_02-lua-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-munge-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-munge-23.02.5-150300.7.11.2">slurm_23_02-munge-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-node-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-node-23.02.5-150300.7.11.2">slurm_23_02-node-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-openlava-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-openlava-23.02.5-150300.7.11.2">slurm_23_02-openlava-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-pam_slurm-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-pam_slurm-23.02.5-150300.7.11.2">slurm_23_02-pam_slurm-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2">slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-plugins-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-plugins-23.02.5-150300.7.11.2">slurm_23_02-plugins-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-rest-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-rest-23.02.5-150300.7.11.2">slurm_23_02-rest-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-seff-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-seff-23.02.5-150300.7.11.2">slurm_23_02-seff-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-sjstat-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-sjstat-23.02.5-150300.7.11.2">slurm_23_02-sjstat-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-slurmdbd-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-slurmdbd-23.02.5-150300.7.11.2">slurm_23_02-slurmdbd-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-sql-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-sql-23.02.5-150300.7.11.2">slurm_23_02-sql-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-sview-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-sview-23.02.5-150300.7.11.2">slurm_23_02-sview-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-testsuite-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-testsuite-23.02.5-150300.7.11.2">slurm_23_02-testsuite-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-torque-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-torque-23.02.5-150300.7.11.2">slurm_23_02-torque-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="slurm_23_02-webdoc-23.02.5-150300.7.11.2">
      <FullProductName ProductID="slurm_23_02-webdoc-23.02.5-150300.7.11.2">slurm_23_02-webdoc-23.02.5-150300.7.11.2</FullProductName>
    </Branch>
    <Relationship ProductReference="libnss_slurm2_23_02-23.02.5-150300.7.11.2" 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:libnss_slurm2_23_02-23.02.5-150300.7.11.2">libnss_slurm2_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_23_02-23.02.5-150300.7.11.2" 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:libpmi0_23_02-23.02.5-150300.7.11.2">libpmi0_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm39-23.02.5-150300.7.11.2" 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:libslurm39-23.02.5-150300.7.11.2">libslurm39-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_23_02-23.02.5-150300.7.11.2" 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:perl-slurm_23_02-23.02.5-150300.7.11.2">perl-slurm_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-23.02.5-150300.7.11.2" 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:slurm_23_02-23.02.5-150300.7.11.2">slurm_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-auth-none-23.02.5-150300.7.11.2" 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:slurm_23_02-auth-none-23.02.5-150300.7.11.2">slurm_23_02-auth-none-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-config-23.02.5-150300.7.11.2" 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:slurm_23_02-config-23.02.5-150300.7.11.2">slurm_23_02-config-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-config-man-23.02.5-150300.7.11.2" 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:slurm_23_02-config-man-23.02.5-150300.7.11.2">slurm_23_02-config-man-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-cray-23.02.5-150300.7.11.2" 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:slurm_23_02-cray-23.02.5-150300.7.11.2">slurm_23_02-cray-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-devel-23.02.5-150300.7.11.2" 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:slurm_23_02-devel-23.02.5-150300.7.11.2">slurm_23_02-devel-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-doc-23.02.5-150300.7.11.2" 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:slurm_23_02-doc-23.02.5-150300.7.11.2">slurm_23_02-doc-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-lua-23.02.5-150300.7.11.2" 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:slurm_23_02-lua-23.02.5-150300.7.11.2">slurm_23_02-lua-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-munge-23.02.5-150300.7.11.2" 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:slurm_23_02-munge-23.02.5-150300.7.11.2">slurm_23_02-munge-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-node-23.02.5-150300.7.11.2" 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:slurm_23_02-node-23.02.5-150300.7.11.2">slurm_23_02-node-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-pam_slurm-23.02.5-150300.7.11.2" 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:slurm_23_02-pam_slurm-23.02.5-150300.7.11.2">slurm_23_02-pam_slurm-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2" 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:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2">slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-plugins-23.02.5-150300.7.11.2" 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:slurm_23_02-plugins-23.02.5-150300.7.11.2">slurm_23_02-plugins-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-rest-23.02.5-150300.7.11.2" 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:slurm_23_02-rest-23.02.5-150300.7.11.2">slurm_23_02-rest-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-slurmdbd-23.02.5-150300.7.11.2" 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:slurm_23_02-slurmdbd-23.02.5-150300.7.11.2">slurm_23_02-slurmdbd-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-sql-23.02.5-150300.7.11.2" 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:slurm_23_02-sql-23.02.5-150300.7.11.2">slurm_23_02-sql-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-sview-23.02.5-150300.7.11.2" 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:slurm_23_02-sview-23.02.5-150300.7.11.2">slurm_23_02-sview-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-torque-23.02.5-150300.7.11.2" 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:slurm_23_02-torque-23.02.5-150300.7.11.2">slurm_23_02-torque-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-webdoc-23.02.5-150300.7.11.2" 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:slurm_23_02-webdoc-23.02.5-150300.7.11.2">slurm_23_02-webdoc-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnss_slurm2_23_02-23.02.5-150300.7.11.2" 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:libnss_slurm2_23_02-23.02.5-150300.7.11.2">libnss_slurm2_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_23_02-23.02.5-150300.7.11.2" 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:libpmi0_23_02-23.02.5-150300.7.11.2">libpmi0_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm39-23.02.5-150300.7.11.2" 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:libslurm39-23.02.5-150300.7.11.2">libslurm39-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_23_02-23.02.5-150300.7.11.2" 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:perl-slurm_23_02-23.02.5-150300.7.11.2">perl-slurm_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-23.02.5-150300.7.11.2" 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:slurm_23_02-23.02.5-150300.7.11.2">slurm_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-auth-none-23.02.5-150300.7.11.2" 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:slurm_23_02-auth-none-23.02.5-150300.7.11.2">slurm_23_02-auth-none-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-config-23.02.5-150300.7.11.2" 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:slurm_23_02-config-23.02.5-150300.7.11.2">slurm_23_02-config-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-config-man-23.02.5-150300.7.11.2" 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:slurm_23_02-config-man-23.02.5-150300.7.11.2">slurm_23_02-config-man-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-cray-23.02.5-150300.7.11.2" 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:slurm_23_02-cray-23.02.5-150300.7.11.2">slurm_23_02-cray-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-devel-23.02.5-150300.7.11.2" 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:slurm_23_02-devel-23.02.5-150300.7.11.2">slurm_23_02-devel-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-doc-23.02.5-150300.7.11.2" 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:slurm_23_02-doc-23.02.5-150300.7.11.2">slurm_23_02-doc-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-lua-23.02.5-150300.7.11.2" 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:slurm_23_02-lua-23.02.5-150300.7.11.2">slurm_23_02-lua-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-munge-23.02.5-150300.7.11.2" 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:slurm_23_02-munge-23.02.5-150300.7.11.2">slurm_23_02-munge-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-node-23.02.5-150300.7.11.2" 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:slurm_23_02-node-23.02.5-150300.7.11.2">slurm_23_02-node-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-pam_slurm-23.02.5-150300.7.11.2" 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:slurm_23_02-pam_slurm-23.02.5-150300.7.11.2">slurm_23_02-pam_slurm-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2" 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:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2">slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-plugins-23.02.5-150300.7.11.2" 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:slurm_23_02-plugins-23.02.5-150300.7.11.2">slurm_23_02-plugins-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-rest-23.02.5-150300.7.11.2" 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:slurm_23_02-rest-23.02.5-150300.7.11.2">slurm_23_02-rest-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-slurmdbd-23.02.5-150300.7.11.2" 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:slurm_23_02-slurmdbd-23.02.5-150300.7.11.2">slurm_23_02-slurmdbd-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-sql-23.02.5-150300.7.11.2" 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:slurm_23_02-sql-23.02.5-150300.7.11.2">slurm_23_02-sql-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-sview-23.02.5-150300.7.11.2" 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:slurm_23_02-sview-23.02.5-150300.7.11.2">slurm_23_02-sview-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-torque-23.02.5-150300.7.11.2" 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:slurm_23_02-torque-23.02.5-150300.7.11.2">slurm_23_02-torque-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-webdoc-23.02.5-150300.7.11.2" 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:slurm_23_02-webdoc-23.02.5-150300.7.11.2">slurm_23_02-webdoc-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnss_slurm2_23_02-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:libnss_slurm2_23_02-23.02.5-150300.7.11.2">libnss_slurm2_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_23_02-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:libpmi0_23_02-23.02.5-150300.7.11.2">libpmi0_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm39-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:libslurm39-23.02.5-150300.7.11.2">libslurm39-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_23_02-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:perl-slurm_23_02-23.02.5-150300.7.11.2">perl-slurm_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-23.02.5-150300.7.11.2">slurm_23_02-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-auth-none-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-auth-none-23.02.5-150300.7.11.2">slurm_23_02-auth-none-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-config-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-config-23.02.5-150300.7.11.2">slurm_23_02-config-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-config-man-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-config-man-23.02.5-150300.7.11.2">slurm_23_02-config-man-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-cray-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-cray-23.02.5-150300.7.11.2">slurm_23_02-cray-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-devel-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-devel-23.02.5-150300.7.11.2">slurm_23_02-devel-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-doc-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-doc-23.02.5-150300.7.11.2">slurm_23_02-doc-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-lua-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-lua-23.02.5-150300.7.11.2">slurm_23_02-lua-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-munge-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-munge-23.02.5-150300.7.11.2">slurm_23_02-munge-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-node-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-node-23.02.5-150300.7.11.2">slurm_23_02-node-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-pam_slurm-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-pam_slurm-23.02.5-150300.7.11.2">slurm_23_02-pam_slurm-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2">slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-plugins-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-plugins-23.02.5-150300.7.11.2">slurm_23_02-plugins-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-rest-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-rest-23.02.5-150300.7.11.2">slurm_23_02-rest-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-slurmdbd-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-slurmdbd-23.02.5-150300.7.11.2">slurm_23_02-slurmdbd-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-sql-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-sql-23.02.5-150300.7.11.2">slurm_23_02-sql-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-sview-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-sview-23.02.5-150300.7.11.2">slurm_23_02-sview-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-torque-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-torque-23.02.5-150300.7.11.2">slurm_23_02-torque-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-webdoc-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for HPC 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-webdoc-23.02.5-150300.7.11.2">slurm_23_02-webdoc-23.02.5-150300.7.11.2 as a component of SUSE Linux Enterprise Module for HPC 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libnss_slurm2_23_02-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libnss_slurm2_23_02-23.02.5-150300.7.11.2">libnss_slurm2_23_02-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpmi0_23_02-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libpmi0_23_02-23.02.5-150300.7.11.2">libpmi0_23_02-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libslurm39-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libslurm39-23.02.5-150300.7.11.2">libslurm39-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="perl-slurm_23_02-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:perl-slurm_23_02-23.02.5-150300.7.11.2">perl-slurm_23_02-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-23.02.5-150300.7.11.2">slurm_23_02-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-auth-none-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-auth-none-23.02.5-150300.7.11.2">slurm_23_02-auth-none-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-config-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-config-23.02.5-150300.7.11.2">slurm_23_02-config-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-config-man-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-config-man-23.02.5-150300.7.11.2">slurm_23_02-config-man-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-cray-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-cray-23.02.5-150300.7.11.2">slurm_23_02-cray-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-devel-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-devel-23.02.5-150300.7.11.2">slurm_23_02-devel-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-doc-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-doc-23.02.5-150300.7.11.2">slurm_23_02-doc-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-lua-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-lua-23.02.5-150300.7.11.2">slurm_23_02-lua-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-munge-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-munge-23.02.5-150300.7.11.2">slurm_23_02-munge-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-node-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-node-23.02.5-150300.7.11.2">slurm_23_02-node-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-pam_slurm-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-pam_slurm-23.02.5-150300.7.11.2">slurm_23_02-pam_slurm-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2">slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-plugins-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-plugins-23.02.5-150300.7.11.2">slurm_23_02-plugins-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-rest-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-rest-23.02.5-150300.7.11.2">slurm_23_02-rest-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-slurmdbd-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-slurmdbd-23.02.5-150300.7.11.2">slurm_23_02-slurmdbd-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-sql-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-sql-23.02.5-150300.7.11.2">slurm_23_02-sql-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-sview-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-sview-23.02.5-150300.7.11.2">slurm_23_02-sview-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-torque-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-torque-23.02.5-150300.7.11.2">slurm_23_02-torque-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="slurm_23_02-webdoc-23.02.5-150300.7.11.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:slurm_23_02-webdoc-23.02.5-150300.7.11.2">slurm_23_02-webdoc-23.02.5-150300.7.11.2 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">SchedMD Slurm 21.08.x through 20.11.x has Incorrect Access Control that leads to Information Disclosure.</Note>
    </Notes>
    <CVE>CVE-2022-29500</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libnss_slurm2_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpmi0_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libslurm39-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:perl-slurm_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-auth-none-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-config-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-config-man-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-cray-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-devel-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-doc-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-lua-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-munge-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-node-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-pam_slurm-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-plugins-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-rest-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-slurmdbd-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-sql-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-sview-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-torque-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:slurm_23_02-webdoc-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libnss_slurm2_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpmi0_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libslurm39-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-slurm_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-auth-none-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-config-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-config-man-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-cray-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-devel-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-doc-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-lua-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-munge-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-node-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-pam_slurm-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-plugins-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-rest-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-slurmdbd-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-sql-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-sview-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-torque-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:slurm_23_02-webdoc-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:libnss_slurm2_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:libpmi0_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:libslurm39-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:perl-slurm_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-auth-none-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-config-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-config-man-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-cray-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-devel-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-doc-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-lua-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-munge-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-node-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-pam_slurm-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-plugins-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-rest-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-slurmdbd-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-sql-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-sview-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-torque-23.02.5-150300.7.11.2</ProductID>
        <ProductID>SUSE Linux Enterprise Module for HPC 15 SP4:slurm_23_02-webdoc-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:libnss_slurm2_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:libpmi0_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:libslurm39-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:perl-slurm_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-auth-none-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-config-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-config-man-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-cray-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-devel-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-doc-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-lua-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-munge-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-node-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-pam_slurm-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-plugins-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-rest-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-slurmdbd-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-sql-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-sview-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-torque-23.02.5-150300.7.11.2</ProductID>
        <ProductID>openSUSE Leap 15.4:slurm_23_02-webdoc-23.02.5-150300.7.11.2</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>9</BaseScore>
        <Vector>AV:N/AC:L/Au:S/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/-2023-4333/suse-ru-20234333-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-29500.html</URL>
        <Description>CVE-2022-29500</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1199278</URL>
        <Description>SUSE Bug 1199278</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
